mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-05 19:41:43 +08:00
deploy
This commit is contained in:
parent
ada62b8b68
commit
b905bc74bb
@ -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",
|
||||
|
@ -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 = "";
|
||||
}
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user