guanqb
2023-01-14 87e2bd6d754d33dc2153ea9a382f691af91f64ba
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-11 11:41:50
 * @LastEditTime: 2023-01-13 17:42:10
 * @FilePath: \srs-police-affairs\src\api\home\index.js
 * @Description: 
 * 
@@ -126,4 +126,16 @@
            ...params
        }
    })
}
// 获取设备数据
export const getEquipmentAll = (params) => {
    return request({
        url: `/api/alarm/alarm/channelsCarAll`,
        method: 'get',
        params: {
            ...params,
            deviceId: '36110000002009999000'
        }
    })
}