mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-09 11:10:34 +08:00
fix: 修改 Xpack 路由路径 (#4317)
This commit is contained in:
parent
306082d625
commit
8013c7fd96
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue