fix: 手机端新增首页日历功能。

This commit is contained in:
tianyongbao
2024-08-02 15:47:55 +08:00
parent 34425c8273
commit d40824143d
9 changed files with 405 additions and 6 deletions

View File

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