src/api/home/index.js
@@ -2,7 +2,7 @@ * @Author: shuishen 1109946754@qq.com * @Date: 2022-12-27 14:19:19 * @LastEditors: shuishen 1109946754@qq.com * @LastEditTime: 2023-01-06 16:30:13 * @LastEditTime: 2023-01-07 15:29:58 * @FilePath: \srs-police-affairs\src\api\home\index.js * @Description: * @@ -70,4 +70,17 @@ cjdwbh } }) } // 案件统计接口查询 export const getCaseAll = (start, end, jjdwbh = '') => { return request({ url: `/api/alarm/alarm/statisticsAlarm`, method: 'get', params: { start, end, jjdwbh } }) }