RuoYi
2023-07-06 ebc848b5b55b49ba0bafc84d2e0a90a9b5aa0d0e
ruoyi-ui/src/layout/components/Navbar.vue
@@ -104,7 +104,7 @@
        this.$store.dispatch('LogOut').then(() => {
          location.href = '/index';
        })
      })
      }).catch(() => {});
    }
  }
}