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