inleft
2022-08-26 fa1bd95d533444d7360d1ada127b7a3279a3901f
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
  })
}