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