jiangping
2023-10-26 68c5ef7d9fea3f911e250fb5f8b300bc76099e49
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)
        })
    }
  }