src/api/home/index.js
@@ -105,6 +105,17 @@
    })
}
// 现有地模块
export const getAreaStatisticInfo = (type) => {
    return request({
        url: `/api/policeStationInfo/policeStationInfo/getAreaStatisticInfo`,
        method: 'get',
        params: {
            type,
        }
    })
}
// 获取设备分页数据 
export const getEquipmentPaging = (params) => {
    return request({