wujingjing
2025-03-14 082d9b64ad9bd5e45f0571b7bb042b30007189ac
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 } from './stores/global';
// setTheme();
const app = createApp(App);
@@ -41,3 +41,4 @@
getGlobalPosition();
getSystemGlobalConfig();
checkWxOperate();