wujingjing
2025-04-03 a05faa2676efb41c44738f27c2e736c465b931b3
src/main.ts
@@ -15,7 +15,7 @@
import { setTheme } from '/@/utils/theme';
import { accessSessionKey } from './utils/request';
import { Local } from './utils/storage';
import { getSystemGlobalConfig } from './stores/global';
import { getSystemGlobalConfig, checkWxOperate, ParentRegister } from './stores/global';
// setTheme();
const app = createApp(App);
@@ -41,3 +41,6 @@
getGlobalPosition();
getSystemGlobalConfig();
checkWxOperate();
ParentRegister.setRegisterFunc();