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