Commit c5e10214 by 初志鑫

deploy

parent 8104504a
import { MessageBox } from "element-ui"; import { MessageBox } from "element-ui";
import { repository } from "../../package.json"; import { repository, dependencies } from "../../package.json";
if (!!window.ActiveXObject || "ActiveXObject" in window) { if (!!window.ActiveXObject || "ActiveXObject" in window) {
MessageBox({ MessageBox({
title: "温馨提示", title: "温馨提示",
...@@ -21,3 +21,6 @@ if (process.env.NODE_ENV !== "development") { ...@@ -21,3 +21,6 @@ if (process.env.NODE_ENV !== "development") {
'");</script>' '");</script>'
); );
} }
if (!dependencies["zx-icon"]) {
document.body.innerHTML = "";
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment