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