|
|
@ -105,6 +105,8 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
this.menus[0].children.map((child, eq) => { |
|
|
|
this.menus[0].children.map((child, eq) => { |
|
|
|
if (child.path == '/goods/category/index') this.menus[0].children.splice(eq, 1) |
|
|
|
if (child.path == '/goods/category/index') this.menus[0].children.splice(eq, 1) |
|
|
|
|
|
|
|
if (child.path == '/feedback/index') this.menus[0].children.splice(eq, 1) |
|
|
|
|
|
|
|
if (child.path == '/course/index') this.menus[0].children.splice(eq, 2) |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|