wujingjing
2025-03-28 db23985ff4f30c728bc06e233ee2b7c938f3eb5c
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();