diff --git a/src/App.vue b/src/App.vue index 91c7deb..1f1e1e4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -35,7 +35,6 @@ export default defineComponent({ }, methods: { init() { - utools.isDev() && (window.root = this); window.utools = window.getuToolsLite(); if (!this.checkVer()) return; this.startUp();