11.26 修改K线图样式

This commit is contained in:
尚政杰
2025-11-26 17:19:38 +08:00
parent 48f49c6cf0
commit 4e64455b9b
4803 changed files with 146408 additions and 648 deletions

View File

@@ -108,7 +108,7 @@ export const calendarDataList = param => get('/api/calendar/data',param)
*/
export const investEventDetails = (id,param) => get('/api/calendar/detail/'+id,param)
/**
* 获取当前月的每一天的时间数量
* 获取当前月的每一天的事件数量
*/
export const calendarEventCount = param => get('/api/calendar-event-counts',param)
@@ -137,6 +137,6 @@ export const userActivityList = param => get('/api/user/activities',param)
*/
export const feedback = param => post('/api/user/feedback',param)
/**
* 意见反馈
* 协议
*/
export const agreements = () => get('/api/agreements')