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