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