代码更新

This commit is contained in:
2023-04-14 17:50:11 +08:00
parent 88cc6a56e7
commit e379a9a86d
18 changed files with 1501 additions and 17 deletions

View File

@@ -62,13 +62,13 @@ export default {
if (item.hidden) {
return false
} else {
// Temp set(will be used if only has one showing child)
// Temp set(will be used if only has rikuone showing child)
this.onlyOneChild = item
return true
}
})
// When there is only one child router, the child router is displayed by default
// When there is only rikuone child router, the child router is displayed by default
if (showingChildren.length === 1) {
return true
}