mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-31 14:08:06 +08:00
fix: 修改 Xpack 路由路径 (#4317)
This commit is contained in:
parent
306082d625
commit
8013c7fd96
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user