用户退出登录之后重载用户正在访问的页面

dev
truthhun 1 year ago
parent a7b04af256
commit 0ec5fdea24

@ -495,6 +495,7 @@ export default {
switch (command) {
case 'logout':
this.logout()
location.reload()
break
case 'upload':
this.$router.push('/upload')

Loading…
Cancel
Save