Commit af0247e3 authored by 李苏's avatar 李苏 💬

路由调整 sidebar显示调整

parent a2f505a6
...@@ -87,9 +87,9 @@ export default { ...@@ -87,9 +87,9 @@ export default {
}) })
// When there is only one child router, the child router is displayed by default // When there is only one child router, the child router is displayed by default
if (showingChildren.length === 1) { // if (showingChildren.length === 1) {
return true // return true
} // }
// Show parent if there are no child router to display // Show parent if there are no child router to display
if (showingChildren.length === 0) { if (showingChildren.length === 0) {
......
...@@ -988,7 +988,7 @@ export const powerRoutes = [ ...@@ -988,7 +988,7 @@ export const powerRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid": 920090100, "mkid": 920070701,
}, },
name: 'pdd', name: 'pdd',
path: "pdd", path: "pdd",
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment