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

@@ -82,7 +82,7 @@ function logout() {
})
.then(() => {
userStore.logOut().then(() => {
location.href = '/health/index'
location.href = '/hrms/index'
})
})
.catch(() => {})