inleft
2022-08-29 c3aa826406d52957d6f98d0ecd4b77413d5ce908
src/api/fileManage.js
@@ -11,7 +11,8 @@
  return axios({
    url: '/sysFileInfo/upload',
    method: 'post',
    data: parameter
    data: parameter,
   timeout:60*60*1000
  })
}
@@ -22,7 +23,8 @@
  return axios({
    url: '/outside/sysFileInfo/upload',
    method: 'post',
    data: parameter
    data: parameter,
   timeout:60*60*1000
  })
}