fix: 修改
This commit is contained in:
parent
8c4ee30db0
commit
85e9de2ca5
@ -153,3 +153,13 @@ export function getCircleStatistics(data) {
|
|||||||
data
|
data
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 后台查询交易圈当日统计
|
||||||
|
export function getCurrentDayCircleData(data) {
|
||||||
|
debugger;
|
||||||
|
return request({
|
||||||
|
url: "/admin/group/collect/queryToday",
|
||||||
|
method: "post",
|
||||||
|
data
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|||||||
@ -38,7 +38,7 @@ module.exports = {
|
|||||||
/**
|
/**
|
||||||
* 底部文字,支持html语法
|
* 底部文字,支持html语法
|
||||||
*/
|
*/
|
||||||
footerTxt: "底部文字,支持html语法",
|
footerTxt: "后管系统",
|
||||||
/**
|
/**
|
||||||
* 备案号
|
* 备案号
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user