deploy(v2): h5 build with base /v2/h5, admin dockerfile & nginx route, shared compose

This commit is contained in:
yeuimu
2026-09-01 16:26:22 +08:00
parent 60992cb3d9
commit 007ad2c831
9 changed files with 241 additions and 22 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ const routes: RouteRecordRaw[] = [
]
const router = createRouter({
history: createWebHistory('/admin/'),
history: createWebHistory('/v2/admin/'),
routes,
})