src/components/tools/UserMenu.vue
@@ -185,7 +185,7 @@ return that.Logout({}).then(() => { // update-begin author:wangshuai date:20200601 for: 退出登录跳转登录页面 that.$router.push({ path: '/user/login' }); window.location.reload() // window.location.reload() // update-end author:wangshuai date:20200601 for: 退出登录跳转登录页面 }).catch(err => { that.$message.error({