From 56145dfe617cce474c6450c516b043f95ba1f08c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BC=BA?= <1206709430@qq.com> Date: Tue, 26 Dec 2023 09:50:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=A0=E9=99=A4log=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/router/backEnd.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/src/router/backEnd.ts b/web/src/router/backEnd.ts index 5f4f2cc..159a1c2 100644 --- a/web/src/router/backEnd.ts +++ b/web/src/router/backEnd.ts @@ -146,13 +146,10 @@ export function backEndComponent(routes: any) { item.component = dynamicImport(dynamicViewsModules, 'layout/routerView/iframes') } }else{ - console.log(item.is_iframe,item.web_path) - console.log(router.getRoutes()) if(item.is_iframe){ const iframeRoute:RouteRecordRaw = { ...item } - console.log(iframeRoute) router.addRoute(iframeRoute) item.meta.isLink = item.path item.path = `${item.path}Link`