胡亚飞
2022-08-27 d4b800036c7f64e0564c4f2f7dab3af92fbe1a54
ruoyi-ui/src/layout/components/Navbar.vue
@@ -104,7 +104,7 @@
        this.$store.dispatch('LogOut').then(() => {
          location.href = '/index';
        })
      })
      }).catch(() => {});
    }
  }
}