src/api/fileManage.js
@@ -11,7 +11,20 @@ return axios({ url: '/sysFileInfo/upload', method: 'post', data: parameter data: parameter, timeout:60*60*1000 }) } /** * 自定义文件上传 */ export function myFileInfoUpload (parameter) { return axios({ url: '/outside/sysFileInfo/upload', method: 'post', data: parameter, timeout:60*60*1000 }) }