若依
2022-03-09 14cd3e2c6a22d298778cdf55c55dd8fcc1fa97c6
ruoyi-ui/src/layout/components/Navbar.vue
@@ -104,7 +104,7 @@
        this.$store.dispatch('LogOut').then(() => {
          location.href = '/index';
        })
      })
      }).catch(() => {});
    }
  }
}