diff --git a/src/layout/components/Sidebar/components/SidebarMenu.vue b/src/layout/components/Sidebar/components/SidebarMenu.vue index 526a24ce..5936a1f9 100644 --- a/src/layout/components/Sidebar/components/SidebarMenu.vue +++ b/src/layout/components/Sidebar/components/SidebarMenu.vue @@ -9,7 +9,7 @@ :active-text-color="variables['menu-active-text']" :unique-opened="false" :collapse-transition="false" - :mode="mode" + :mode="menuMode" @open="handleOpen" @close="handleClose" > @@ -17,72 +17,83 @@ v-for="route in menuList" :key="route.path" :item="route" - :base-path="resolvePath(route.path)" + :base-path="getFullPath(route.path)" />