jiangping
2023-10-24 349bcef9a96391d22522a3409adf5a89e7e70a95
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)