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