mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-21 15:00:28 +08:00
refactor: 将系统配置中的“整体风格”更名为“主题模式”,“导航模式”更名为“菜单布局”,以提升命名的专业性与清晰度 (#1247)
This commit is contained in:
@@ -25,7 +25,7 @@ const router = useRouter();
|
||||
const isOpen = ref(deviceDetection() ? false : true);
|
||||
const { $storage } = useGlobal<GlobalPropertiesApi>();
|
||||
onBeforeMount(() => {
|
||||
useDataThemeChange().dataThemeChange($storage.layout?.overallStyle);
|
||||
useDataThemeChange().dataThemeChange($storage.layout?.themeMode);
|
||||
});
|
||||
|
||||
const userInfo = ref({
|
||||
|
||||
Reference in New Issue
Block a user