From db23985ff4f30c728bc06e233ee2b7c938f3eb5c Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期五, 28 三月 2025 09:59:15 +0800 Subject: [PATCH] 配置文件增加 --- src/main.ts | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main.ts b/src/main.ts index 620b129..aefa4d8 100644 --- a/src/main.ts +++ b/src/main.ts @@ -13,6 +13,7 @@ import '/@/theme/index.scss'; import * as ElementPlusIconsVue from '@element-plus/icons-vue'; import { gotoRoute } from '/@/utils/route'; +import { checkWxOperate } from './utils/global'; const app = createApp(App); for (const [key, component] of Object.entries(ElementPlusIconsVue)) { @@ -29,3 +30,6 @@ } gotoRoute({ name }); }; + + +checkWxOperate(); -- Gitblit v1.9.3