沈丘营商办后台前端项目
王恒
2025-08-29 51e68c7f1b838cbb6ade9345d8b5139d2ba7fee8
src/layout/components/Navbar.vue
@@ -99,7 +99,8 @@
  })
    .then(() => {
      userStore.logOut().then(() => {
        location.href = "/index";
        // location.href = "/sqys-web/index";
        location.href = "/smrq/index";
      });
    })
    .catch(() => {});