feat: 删除log打印
This commit is contained in:
@@ -146,13 +146,10 @@ export function backEndComponent(routes: any) {
|
|||||||
item.component = dynamicImport(dynamicViewsModules, 'layout/routerView/iframes')
|
item.component = dynamicImport(dynamicViewsModules, 'layout/routerView/iframes')
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
console.log(item.is_iframe,item.web_path)
|
|
||||||
console.log(router.getRoutes())
|
|
||||||
if(item.is_iframe){
|
if(item.is_iframe){
|
||||||
const iframeRoute:RouteRecordRaw = {
|
const iframeRoute:RouteRecordRaw = {
|
||||||
...item
|
...item
|
||||||
}
|
}
|
||||||
console.log(iframeRoute)
|
|
||||||
router.addRoute(iframeRoute)
|
router.addRoute(iframeRoute)
|
||||||
item.meta.isLink = item.path
|
item.meta.isLink = item.path
|
||||||
item.path = `${item.path}Link`
|
item.path = `${item.path}Link`
|
||||||
|
|||||||
Reference in New Issue
Block a user