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