登录组件app/user/userInfo废弃api清除

This commit is contained in:
minimaxagent1 2025-07-29 18:16:02 +08:00
parent 25a01d399e
commit d5269a96d4

View File

@ -80,12 +80,9 @@
}); });
}, },
async ceshi() { async ceshi() {
this.$u.get("/app/user/userInfo").then((res) => { uni.switchTab({
console.log('进入跳转'); url: '/pages/index/index'
uni.switchTab({ })
url: '/pages/index/index'
})
});
}, },
} }
} }