“lumingsyc”
2022-02-23 9aaa9ce8aa8190c9e2526d48a4e71f0352321377
ruoyi-ui/src/layout/components/Navbar.vue
@@ -104,7 +104,7 @@
        this.$store.dispatch('LogOut').then(() => {
          location.href = '/index';
        })
      })
      }).catch(() => {});
    }
  }
}