fix: 混合模式一些细节

Former-commit-id: 5f51df75efed158c8adb9a9ad0cb92d9e26e3b6c
This commit is contained in:
april
2023-08-15 15:32:40 +08:00
parent e03d73bb48
commit beee3e40a5
4 changed files with 58 additions and 4 deletions

View File

@@ -40,12 +40,13 @@ watch(
});
if (mixLeftMenu.value) {
router.push({
path: mixLeftMenu.value[0].path,
name: mixLeftMenu.value[0].name,
});
}
},
{
deep: true,
immediate: true,
}
);
const layout = computed(() => settingsStore.layout);