chuzhixin 4 years ago
parent
commit
b905bc74bb
3 changed files with 3 additions and 10 deletions
  1. 2 2
      package.json
  2. 0 7
      src/plugins/support.js
  3. 1 1
      vue.config.js

+ 2 - 2
package.json

@@ -1,7 +1,7 @@
 {
   "name": "vue-admin-beautiful",
   "version": "1.0.0",
-  "author": "chuzhixin",
+  "author": "chuzhixin 1204505056@qq.com",
   "participants": [],
   "homepage": "https://chu1204505056.gitee.io/vue-admin-beautiful",
   "publishConfig": {
@@ -70,7 +70,7 @@
     "vuex": "^3.5.1",
     "zx-comparison": "^1.0.3",
     "zx-count": "^0.3.7",
-    "zx-icon": "^1.1.8",
+    "zx-icon": "^1.1.9",
     "zx-keel": "^0.9.4",
     "zx-layouts": "^0.6.13",
     "zx-magnifie": "^0.4.0",

+ 0 - 7
src/plugins/support.js

@@ -16,13 +16,6 @@ if (!!window.ActiveXObject || "ActiveXObject" in window) {
     dangerouslyUseHTMLString: true,
   });
 }
-if (process.env.NODE_ENV !== "development" && donation) {
-  document.writeln(
-    '<script>console.log("vue-admin-beautiful推广信息,如果您不愿意保留可在配置中关闭:' +
-      repository.url.slice(4) +
-      '");</script>'
-  );
-}
 if (!dependencies["zx-icon"] || !dependencies["zx-layouts"]) {
   document.body.innerHTML = "";
 }

+ 1 - 1
vue.config.js

@@ -29,7 +29,7 @@ const time = dayjs().format("YYYY-M-D HH:mm:ss");
 const CompressionWebpackPlugin = require("compression-webpack-plugin");
 const productionGzipExtensions = ["html", "js", "css", "svg"];
 process.env.VUE_APP_TITLE = title || "vue-admin-beautiful";
-process.env.VUE_APP_AUTHOR = author || "chuzhixin";
+process.env.VUE_APP_AUTHOR = author || "chuzhixin 1204505056@qq.com";
 process.env.VUE_APP_UPDATE_TIME = time;
 process.env.VUE_APP_VERSION = version;