fix: 配置文件,新增二级目录访问。

This commit is contained in:
tianyongbao
2024-09-19 12:17:31 +08:00
parent 1ecfed5d9f
commit 7eb7a0c064
4 changed files with 113 additions and 90 deletions

View File

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