fuzui
2021-11-30 ca285f5e53aea0dae4fb1db8e46a0c0cb70afa29
ruoyi-ui/src/layout/components/Navbar.vue
@@ -104,7 +104,7 @@
        this.$store.dispatch('LogOut').then(() => {
          location.href = '/index';
        })
      })
      }).catch(() => {});
    }
  }
}