正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -94,7 +94,7 @@ export default { | @@ -94,7 +94,7 @@ export default { | ||
| 94 | type: 'warning' | 94 | type: 'warning' |
| 95 | }).then(() => { | 95 | }).then(() => { |
| 96 | this.$store.dispatch('LogOut').then(() => { | 96 | this.$store.dispatch('LogOut').then(() => { |
| 97 | - location.reload() | 97 | + location.href = '/index'; |
| 98 | }) | 98 | }) |
| 99 | }) | 99 | }) |
| 100 | } | 100 | } |
-
请 注册 或 登录 后发表评论