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