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