提交 all-in-one 前端本地适配

This commit is contained in:
Chopper711
2026-06-10 22:19:17 +08:00
parent 1bca5606eb
commit f05d03e770
12 changed files with 20 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ Vue.use(VueRouter);
// 路由配置
const RouterConfig = {
mode: 'history',
base: process.env.BASE_URL,
routes: routers
};