feat: 登陆的时候关闭其他页面
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", }); });