feat: 健康管理平台,H5代码提交。

This commit is contained in:
tianyongbao
2024-09-26 23:40:29 +08:00
parent 52d8d90fad
commit c200bdcd00
29 changed files with 4380 additions and 1184 deletions

View File

@@ -108,7 +108,7 @@ function loginSuccess(result) {
// 设置用户信息
userStore.getInfo().then(res => {
uni.switchTab({
url: '/pages/calendar/index'
url: '/pages/health/homepage/index'
});
})
}