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

@@ -53,3 +53,13 @@ export function getCreditReportInfo(query) {
params: query
})
}
// 首页--日历展示事件
export function getAccountCalendarInfo(query) {
return request({
url: '/invest/analysis/getAccountCalendarInfo',
method: 'get',
params: query
})
}