update: 初始化:新疆大屏基础搭建

This commit is contained in:
xf
2025-07-02 13:48:50 +08:00
parent 1cbda373e0
commit ff493d83d9
24 changed files with 1482 additions and 14 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { useUserStore } from '/@/store/modules/user.ts';
import { setTheme } from '/@/assets/theme/themeList.ts';
export function useTheme() {
const themeType = ref('light');
const themeType = ref('dark');
onMounted(() => {
const store = useUserStore();
nextTick(() => {