From ad54cf427ee94e01e8c72a01f738615eb2b6569d Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期五, 04 七月 2025 17:58:34 +0800 Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb --- src/api/count/chart.js | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/src/api/count/chart.js b/src/api/count/chart.js index 337fe37..43f1b0c 100644 --- a/src/api/count/chart.js +++ b/src/api/count/chart.js @@ -7,4 +7,16 @@ method: 'get', params:query }) - } \ No newline at end of file + } + + + // 浣撴绉戝鍒楄〃鏄剧ず鎺ュ彛 +export function getTiaoNumsByDate(query) { + return request({ + url: '/home/page/getTiaoNumsByDate', + method: 'get', + params:query + }) +} + + \ No newline at end of file -- Gitblit v1.8.0