From 8013c7fd96ac88c0128b9e301ab3bb4a9e4b8192 Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Tue, 26 Mar 2024 17:40:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=20Xpack=20=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E8=B7=AF=E5=BE=84=20(#4317)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/routers/router.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routers/router.ts b/frontend/src/routers/router.ts index aa0b82442..a65341ba4 100644 --- a/frontend/src/routers/router.ts +++ b/frontend/src/routers/router.ts @@ -2,7 +2,7 @@ import { createRouter, createWebHistory, RouteRecordRaw } from 'vue-router'; import { Layout } from '@/routers/constant'; let modules = import.meta.globEager('./modules/*.ts'); -const xpackModules = import.meta.globEager('../xpack/frontend/routers/*.ts'); +const xpackModules = import.meta.globEager('../xpack/routers/*.ts'); modules = { ...modules, ...xpackModules }; const homeRouter: RouteRecordRaw = {