web_standard/src/components/common/Header.vue
@@ -207,9 +207,11 @@ let companyId = this.$store.state.userInfo.company.id this.setUserInfo(null) this.$cache.twoFA.removePassword() this.$router.push({ name: 'login', params: { companyId }}) this.$store.commit('setCompanyId', companyId) window.location.reload() // this.$router.push({ name: 'login', params: { // companyId // }}) }) .catch(e => { this.$tip.apiFailed(e)