jiangping
2023-10-26 68c5ef7d9fea3f911e250fb5f8b300bc76099e49
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 => {