沈丘营商办后台前端项目
wangyuhang
2025-08-11 b39f468f8656156f4e11dbe34ae8422e1171067a
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(() => {});