fix: 新功能开发,原有功能优化。

This commit is contained in:
tianyongbao
2024-10-07 15:23:45 +08:00
parent 2f2f40a437
commit fe7b5b36a4
19 changed files with 1669 additions and 96 deletions

View File

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