Merge branch 'master' of https://gitee.com/yuanzbz/vue-admin-perfect into vue-i18n

This commit is contained in:
zouzhibing 2022-11-13 20:16:03 +08:00
commit 7590502878
2 changed files with 1 additions and 1 deletions

View File

@ -45,8 +45,8 @@ const logOut = async () => {
type: 'warning',
})
.then(async () => {
await router.push({path: '/login'})
await UserStore.logout()
await router.push({path: '/login'})
TagsViewStore.clearVisitedView()
ElMessage({
type: "success",

View File