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