feige
2024-06-16 2f56209d3cdfda779aeed6cd30b1c0cc0cda3e70
ruoyi-ui/src/api/selfeconomy/index.js
@@ -49,7 +49,7 @@
//上传文件
export function uploadPic(data) {
  return request({
    url: '/common/upload',
    url: '/common/uploads',
    method: 'post',
    data: data
  })
@@ -63,5 +63,13 @@
    responseType: 'blob'
  })
}
//上传文件
export function enload(data) {
  return request({
    url: '/zProperty/importData',
    method: 'post',
    data: data
  })
}