fix: 修复新增租户报错

This commit is contained in:
xingyu
2022-10-11 17:10:57 +08:00
parent 9ab4165c4e
commit 0c362b64c2
5 changed files with 31 additions and 6 deletions

View File

@ -37,7 +37,7 @@ const loginOut = () => {
.then(async () => {
userStore.loginOut()
tagsViewStore.delAllViews
replace('/login')
replace('/login?redirect=/index')
})
.catch(() => {})
}