mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-06 03:58:00 +08:00
deploy
This commit is contained in:
parent
ada62b8b68
commit
b905bc74bb
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-admin-beautiful",
|
"name": "vue-admin-beautiful",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"author": "chuzhixin",
|
"author": "chuzhixin 1204505056@qq.com",
|
||||||
"participants": [],
|
"participants": [],
|
||||||
"homepage": "https://chu1204505056.gitee.io/vue-admin-beautiful",
|
"homepage": "https://chu1204505056.gitee.io/vue-admin-beautiful",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
@ -70,7 +70,7 @@
|
|||||||
"vuex": "^3.5.1",
|
"vuex": "^3.5.1",
|
||||||
"zx-comparison": "^1.0.3",
|
"zx-comparison": "^1.0.3",
|
||||||
"zx-count": "^0.3.7",
|
"zx-count": "^0.3.7",
|
||||||
"zx-icon": "^1.1.8",
|
"zx-icon": "^1.1.9",
|
||||||
"zx-keel": "^0.9.4",
|
"zx-keel": "^0.9.4",
|
||||||
"zx-layouts": "^0.6.13",
|
"zx-layouts": "^0.6.13",
|
||||||
"zx-magnifie": "^0.4.0",
|
"zx-magnifie": "^0.4.0",
|
||||||
|
@ -16,13 +16,6 @@ if (!!window.ActiveXObject || "ActiveXObject" in window) {
|
|||||||
dangerouslyUseHTMLString: true,
|
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"]) {
|
if (!dependencies["zx-icon"] || !dependencies["zx-layouts"]) {
|
||||||
document.body.innerHTML = "";
|
document.body.innerHTML = "";
|
||||||
}
|
}
|
||||||
|
@ -29,7 +29,7 @@ const time = dayjs().format("YYYY-M-D HH:mm:ss");
|
|||||||
const CompressionWebpackPlugin = require("compression-webpack-plugin");
|
const CompressionWebpackPlugin = require("compression-webpack-plugin");
|
||||||
const productionGzipExtensions = ["html", "js", "css", "svg"];
|
const productionGzipExtensions = ["html", "js", "css", "svg"];
|
||||||
process.env.VUE_APP_TITLE = title || "vue-admin-beautiful";
|
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_UPDATE_TIME = time;
|
||||||
process.env.VUE_APP_VERSION = version;
|
process.env.VUE_APP_VERSION = version;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user