代码修复
This commit is contained in:
parent
c7d6631857
commit
63630742cb
|
|
@ -96,7 +96,7 @@ export default {
|
||||||
type: 'warning'
|
type: 'warning'
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
this.$store.dispatch('LogOut').then(() => {
|
this.$store.dispatch('LogOut').then(() => {
|
||||||
location.href = '/glweb/index';
|
location.href = '/glweb/login';
|
||||||
})
|
})
|
||||||
}).catch(() => {});
|
}).catch(() => {});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue