Commit dbb81ee3 by zhaopanyu

zpy 10.24

parent 2d58233a
...@@ -94,7 +94,7 @@ export default { ...@@ -94,7 +94,7 @@ export default {
type: 'warning' type: 'warning'
}).then(() => { }).then(() => {
this.$store.dispatch('LogOut').then(() => { this.$store.dispatch('LogOut').then(() => {
location.href = '/login'; location.href = '/index';
}) })
}).catch(() => { }).catch(() => {
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment