去掉调试代码

This commit is contained in:
fofolee 2022-05-14 23:58:31 +08:00
parent 064ed6d257
commit 11de9ac639

View File

@ -35,7 +35,6 @@ export default defineComponent({
}, },
methods: { methods: {
init() { init() {
utools.isDev() && (window.root = this);
window.utools = window.getuToolsLite(); window.utools = window.getuToolsLite();
if (!this.checkVer()) return; if (!this.checkVer()) return;
this.startUp(); this.startUp();