罗广辉
2025-10-21 a577fb48bed27bed15d20fb429136442fbd3319a
feat: 登陆的时候关闭其他页面
1 files modified
2 ■■■ changed files
src/pages/login/index.vue 2 ●●● patch | view | raw | blame | history
src/pages/login/index.vue
@@ -64,7 +64,7 @@
    userInfo.code
  ).then((res) => {
    userStore.setUserInfo(res.data);
    uni.switchTab({
    uni.reLaunch({
      url: "/pages/user/index",
    });
  });