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