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