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