南昌市物联网技防平台-前端
Administrator
2021-04-26 d2383826f73f8b0e35e25a4b1a33c0fa1d50bef2
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
    }
  })
}