111
k94314517
2023-10-24 60b3a617617ae46ba72bc04cee50c67ddf30a76c
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)