Merge branch 'master' of https://gitee.com/yuanzbz/vue-admin-perfect into vue-i18n
This commit is contained in:
commit
7590502878
|
|
@ -45,8 +45,8 @@ const logOut = async () => {
|
||||||
type: 'warning',
|
type: 'warning',
|
||||||
})
|
})
|
||||||
.then(async () => {
|
.then(async () => {
|
||||||
await router.push({path: '/login'})
|
|
||||||
await UserStore.logout()
|
await UserStore.logout()
|
||||||
|
await router.push({path: '/login'})
|
||||||
TagsViewStore.clearVisitedView()
|
TagsViewStore.clearVisitedView()
|
||||||
ElMessage({
|
ElMessage({
|
||||||
type: "success",
|
type: "success",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue