南昌市物联网技防平台-前端
liuyg
2021-04-22 70eba3e05133c8c1bf23f7748d6d534fc0659220
src/api/dataL/axiosL.js
@@ -28,4 +28,14 @@
      ...dataM
    }
  })
}
export const getImg = (dataImg,methods) => {
  return request({
    url: '/api/blade-jfpts/depl/selectInfo',
    method: methods,
    params: {
      ...dataImg
    }
  })
}