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