fix: active menu error

This commit is contained in:
chansee97 2025-08-08 14:32:33 +08:00
parent ade869ea30
commit e66e4fb17c

View File

@ -32,8 +32,8 @@ const {
menus: routeStore.menus,
})
watch(() => route.path, (value: string) => {
activeKey.value = value
watch(() => route.path, () => {
activeKey.value = routeStore.activeMenu
}, { immediate: true })
//