update: 初始化:新疆大屏基础搭建
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user