南昌市物联网技防平台-前端
shuishen
2021-04-25 08a6e48c46c549671b5d7d86f1444b7f01c25dd7
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
    }
  })
}