Skip to content

Commit 81cc08d

Browse files
committed
fix 华为安全扫描漏洞,banner去掉超链接; ---reviewed by luoxiao
1 parent dcea565 commit 81cc08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/webpack.config.base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ module.exports = {
9797

9898
bannerInfo: function (libName) {
9999
return `
100-
${libName}.(${pkg.homepage})
100+
${libName}
101101
Copyright© 2000 - 2022 SuperMap Software Co.Ltd
102102
license: ${pkg.license}
103103
version: v${pkg.version}

0 commit comments

Comments
 (0)