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