feat: 首页日历功能新增。

This commit is contained in:
tianyongbao
2024-08-01 19:04:36 +08:00
parent fa4b71ecac
commit fa651a32f5
9 changed files with 308 additions and 127 deletions

View File

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