fix
疯狂的狮子Li
2022-03-05 e9571fc2e268a1ee50dfb22129822203b30a0788
ruoyi-ui/src/layout/components/Navbar.vue
@@ -104,7 +104,7 @@
        this.$store.dispatch('LogOut').then(() => {
          location.href = '/index';
        })
      })
      }).catch(() => {});
    }
  }
}