From 076d70309a04da4e9ee9651bef661dfbcb873e30 Mon Sep 17 00:00:00 2001 From: limengnan <420004014@qq.com> Date: Tue, 24 Jun 2025 10:47:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=89=8D=E7=AB=AFsrc/views/r?= =?UTF-8?q?outer=E7=9B=AE=E5=BD=95=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/router/establish.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-frontend/src/router/establish.ts b/core/core-frontend/src/router/establish.ts index b2edfd5..7b9e00d 100644 --- a/core/core-frontend/src/router/establish.ts +++ b/core/core-frontend/src/router/establish.ts @@ -37,6 +37,7 @@ export const generateRoutesFn2 = (routes: AppCustomRouteRecordRaw[]): AppRouteRe meta: route.meta, props: route.props as Recordable } + if (route.component) { let comModule = null if (route.component === xpackComName) {