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