From bebc625c00b8418895a71cabe1b76ebb16f6ecae Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期二, 01 十一月 2022 22:18:56 +0800 Subject: [PATCH] 违章统计 --- src/api/intelligentPatrol/statistics.js | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/src/api/intelligentPatrol/statistics.js b/src/api/intelligentPatrol/statistics.js index fe0261a..2ba6fd0 100644 --- a/src/api/intelligentPatrol/statistics.js +++ b/src/api/intelligentPatrol/statistics.js @@ -16,4 +16,40 @@ }, params: data }), + // 鎸夌偣浣嶇粺璁� + searchByPoint: (data) => axios({ + method: 'get', + url: baseUrl + '/unlawful/point', + headers: { + ...token + }, + params: data + }), + // 鎸夋椂闂寸粺璁� + searchByTime: (data) => axios({ + method: 'get', + url: baseUrl + '/unlawful/time', + headers: { + ...token + }, + params: data + }), + // 鎸夊尯鍩熺粺璁� + searchByArea: (data) => axios({ + method: 'get', + url: baseUrl + '/unlawful/area', + headers: { + ...token + }, + params: data + }), + // 闂ㄥ墠涓夊寘缁熻 + searchByShop: (data) => axios({ + method: 'get', + url: baseUrl + '/unlawful/shop', + headers: { + ...token + }, + params: data + }), }; \ No newline at end of file -- Gitblit v1.8.0