add:环保清洗线
This commit is contained in:
@@ -48,8 +48,7 @@ export const filterAsyncRouter = (routers, lastRouter = false, type = false) =>
|
||||
} else if (router.component === 'ParentView') {
|
||||
router.component = ParentView
|
||||
} else {
|
||||
const component = router.component
|
||||
router.component = loadView(component)
|
||||
router.component = loadView( router.component)
|
||||
}
|
||||
}
|
||||
if (router.children != null && router.children && router.children.length) {
|
||||
|
||||
Reference in New Issue
Block a user