feat: menu add parent

This commit is contained in:
xingyu
2022-10-14 16:37:18 +08:00
parent 00fbc7c5ba
commit cdeaf5b892
2 changed files with 11 additions and 5 deletions

View File

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