1
Mr.Zhang
2023-10-16 c2db28c97e8e5fcd1fa81d6a9887d69b61865184
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)
        })
    }
  }