fix: 健康档案,修改内容。

This commit is contained in:
tianyongbao
2024-09-26 23:31:39 +08:00
parent 730d72591e
commit 2f2f40a437
9 changed files with 296 additions and 28 deletions

View File

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