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