wujingjing
2025-02-25 4fb206d45bed4d8839172ddd75c3569ac8dbdb75
src/main.ts
@@ -15,6 +15,7 @@
import { setTheme } from '/@/utils/theme';
import { accessSessionKey } from './utils/request';
import { Local } from './utils/storage';
import { getSystemGlobalConfig } from './stores/global';
// setTheme();
const app = createApp(App);
@@ -39,3 +40,4 @@
pingLogin();
getGlobalPosition();
getSystemGlobalConfig();