侧边栏key调整

This commit is contained in:
RuoYi
2020-05-30 12:13:12 +08:00
parent b5c789a267
commit b16b860b63
2 changed files with 20 additions and 3 deletions

View File

@ -13,8 +13,8 @@
mode="vertical"
>
<sidebar-item
v-for="route in permission_routes"
:key="route.path"
v-for="(route, index) in permission_routes"
:key="route.path + index"
:item="route"
:base-path="route.path"
/>