platform_web/src/components/common/CommonHeader.vue
@@ -149,11 +149,15 @@ logout() .then(() => { this.setUserInfo(null) <<<<<<< HEAD // this.$router.push({ path: '/login' }) ======= // this.$router.push({ name: 'login' }) >>>>>>> dev window.location.reload() }) .catch(e => { this.$tip.apiFailed(e) this.$tips.apiFailed(e) }) } }