diff --git a/niucloud/public/wap/index.html b/niucloud/public/wap/index.html index 7ebd5ec41..80ebe5455 100644 --- a/niucloud/public/wap/index.html +++ b/niucloud/public/wap/index.html @@ -20,6 +20,5 @@
- \ No newline at end of file diff --git a/uni-app/index.html b/uni-app/index.html index 740273473..2cdf24e7a 100644 --- a/uni-app/index.html +++ b/uni-app/index.html @@ -16,6 +16,5 @@
- \ No newline at end of file diff --git a/uni-app/src/App.vue b/uni-app/src/App.vue index ef5b9a5c8..9eba0ea34 100644 --- a/uni-app/src/App.vue +++ b/uni-app/src/App.vue @@ -8,12 +8,6 @@ import { useLogin } from '@/hooks/useLogin' import { language } from './locale' - // #ifdef H5 - if (import.meta.env.VITE_APP_DEBUG) { - new window.VConsole() - } - // #endif - onLaunch(async (data) => { // 添加初始化拦截器 launchInterceptor()