fix: 混合模式一些细节
Former-commit-id: 5f51df75efed158c8adb9a9ad0cb92d9e26e3b6c
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user