fix: 二级域名取消。

This commit is contained in:
tianyongbao
2025-12-27 23:26:10 +08:00
parent bfc9714830
commit a514bdd78f
2 changed files with 2 additions and 2 deletions

View File

@@ -179,7 +179,7 @@ export const dynamicRoutes = [
]
const router = createRouter({
history: createWebHistory('/hrms/'),
history: createWebHistory('/'),
routes: constantRoutes,
scrollBehavior(to, from, savedPosition) {
if (savedPosition) {