RuoYi
2021-11-16 2ab96587ef8a2fab5e22ed786ff11953d2f2b0e2
ruoyi-ui/src/layout/components/Navbar.vue
@@ -104,7 +104,7 @@
        this.$store.dispatch('LogOut').then(() => {
          location.href = '/index';
        })
      })
      }).catch(() => {});
    }
  }
}