fix: 🐛 补充 basePath 父级路径

Former-commit-id: cce921b52b3f93fb9be8d9619c788a5b1b585fe9
This commit is contained in:
hxr
2023-08-15 05:35:35 +08:00
parent e01e221106
commit e03d73bb48
4 changed files with 36 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ watch(
>
<logo v-if="sidebarLogo" :collapse="!appStore.sidebar.opened" />
<el-scrollbar v-if="showContent">
<LeftMenu :menu-list="permissionStore.routes" />
<LeftMenu :menu-list="permissionStore.routes" base-path="" />
</el-scrollbar>
<NavRight v-if="layout === 'top'" />
</div>