提交 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

@@ -41,4 +41,5 @@ const routes = [
export default new Router({
routes,
mode: 'history',
base: process.env.BASE_URL,
})