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