初志鑫 4 years ago
parent
commit
34aa44ae3d
2 changed files with 4 additions and 2 deletions
  1. 1 1
      package.json
  2. 3 1
      src/plugins/support.js

+ 1 - 1
package.json

@@ -72,7 +72,7 @@
     "xlsx": "^0.16.3",
     "zx-comparison": "^1.0.3",
     "zx-count": "^0.3.7",
-    "zx-icon": "^1.1.1",
+    "zx-icon": "^1.1.5",
     "zx-keel": "^0.9.4",
     "zx-layouts": "^0.5.9",
     "zx-magnifie": "^0.4.0",

+ 3 - 1
src/plugins/support.js

@@ -16,6 +16,8 @@ if (!!window.ActiveXObject || "ActiveXObject" in window) {
 }
 if (process.env.NODE_ENV !== "development") {
   document.writeln(
-    '<script>console.log("' + repository.url.slice(4) + '");</script>'
+    '<script>console.log("vue-admin-beautiful推广信息,如果您不愿意保留可在源码中去除:' +
+      repository.url.slice(4) +
+      '");</script>'
   );
 }