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