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