疯狂的狮子Li
2022-05-31 ad7133f39de9dcb2296fb32e2d90c26b762742a6
ruoyi-ui/src/layout/components/Navbar.vue
@@ -104,7 +104,7 @@
        this.$store.dispatch('LogOut').then(() => {
          location.href = '/index';
        })
      })
      }).catch(() => {});
    }
  }
}