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 }) }