钉钉登录测试

(cherry picked from commit c521709fbb7e9e8c3241f2eb8840a4c17ebc65e6)
This commit is contained in:
Xia Zekun
2024-09-06 17:24:10 +08:00
committed by mzaxd
parent c8be6705f8
commit 4c58ab91a0
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ Vue.config.productionTip = false
// 启动 VConsole
// eslint-disable-next-line no-new
if (window._CONFIG.vConsole) new VConsole()
if (process.env.NODE_ENV !== 'production') new VConsole()
Vue.use(Vant)
Vue.use(VueI18n)