mirror of
https://github.com/yangzongzhuan/RuoYi-Cloud-Vue3.git
synced 2025-06-07 18:49:09 +00:00
优化控制台提示路由重复问题
This commit is contained in:
parent
7ced232f24
commit
e7e41328df
@ -16,8 +16,8 @@
|
||||
</template>
|
||||
|
||||
<sidebar-item
|
||||
v-for="child in item.children"
|
||||
:key="child.path"
|
||||
v-for="(child, index) in item.children"
|
||||
:key="child.path + index"
|
||||
:is-nest="true"
|
||||
:item="child"
|
||||
:base-path="resolvePath(child.path)"
|
||||
|
Loading…
Reference in New Issue
Block a user