platform_web/src/components/common/CommonHeader.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
platform_web/src/views/login.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
platform_web/src/components/common/CommonHeader.vue
@@ -149,7 +149,8 @@ logout() .then(() => { this.setUserInfo(null) this.$router.push({ name: 'login' }) // this.$router.push({ name: 'login' }) window.location.reload() }) .catch(e => { this.$tip.apiFailed(e) platform_web/src/views/login.vue
@@ -82,7 +82,8 @@ uuid: this.captcha.uuid }) .then(() => { window.location.href = process.env.VUE_APP_CONTEXT_PATH // window.location.href = process.env.VUE_APP_CONTEXT_PATH window.location.reload() }) .catch(e => { this.refreshCaptcha()