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-09 16:23:03 * @LastEditTime: 2023-01-10 11:50:32 * @FilePath: \srs-police-affairs\src\api\home\index.js * @Description: * @@ -80,4 +80,15 @@ jjdwbh } }) } } // 获取设备统计数据 export const getEquipment = (jjdwbh = '') => { return request({ url: `/api/alarm/alarm/statisticsCameraTypeOnline`, method: 'get', params: { jjdwbh } }) }