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