This commit is contained in:
初志鑫 2020-07-14 10:21:47 +08:00
parent 9efe555a5a
commit 34aa44ae3d
2 changed files with 4 additions and 2 deletions

View File

@ -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",

View File

@ -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>'
);
}