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