南昌市物联网技防平台-前端
shuishen
2021-04-27 b3789dae3bbde7fb10df2cdc73a073a473f6130e
src/api/dataL/axiosL.js
@@ -9,3 +9,33 @@
    }
  })
}
export const getGalarm = (dataG) => {
  return request({
    url: '/api/blade-jfpts/alarm/alarm/page',
    method: 'get',
    params: {
      ...dataG
    }
  })
}
export const getnum = (dataM) => {
  return request({
    url: '/api/blade-jfpts/alarm/alarm/queryYearAlarm',
    method: 'get',
    params: {
      ...dataM
    }
  })
}
export const getImg = (dataImg,methods) => {
  return request({
    url: '/api/blade-jfpts/depl/selectInfo',
    method: methods,
    params: {
      ...dataImg
    }
  })
}