inleft
2022-08-30 271ca6cb0ee2ff0a789bf74d1821e7891a7043bb
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
  })
}