From 718b8cfcc81d707eb8bbeb0bd8521c14c8759343 Mon Sep 17 00:00:00 2001
From: zhangchen <1652267879@qq.com>
Date: 星期四, 10 七月 2025 14:30:58 +0800
Subject: [PATCH] ID2623-x
---
src/main.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main.ts b/src/main.ts
index 699fcb5..9a03e28 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -8,10 +8,10 @@
import App from './App.vue'
import VConsole from 'vconsole'
-// if (import.meta.env.VITE_ENV === 'development') {
+if (import.meta.env.VITE_ENV === 'development') {
// 如果需要在手机平板上打开控制台,安装一个这个
const vConsole = new VConsole()
-// }
+}
createApp(App).use(router).use(ElementPlus).use(Vant).mount('#app')
--
Gitblit v1.8.0