add:环保清洗线

This commit is contained in:
zhangzq
2024-05-14 14:05:10 +08:00
parent 1581392e26
commit 73de07eb64
6 changed files with 27 additions and 32 deletions

View File

@@ -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) {