Commit 80a19a0e by zhaochengxiang

上传不设置超时

parent e3fa698b
...@@ -67,7 +67,6 @@ textplain.interceptors.request.use( ...@@ -67,7 +67,6 @@ textplain.interceptors.request.use(
const fileplain = axios.create({ const fileplain = axios.create({
baseURL, baseURL,
timeout: 40000,
headers:{'Content-Type':'multipart/form-data'}, headers:{'Content-Type':'multipart/form-data'},
processData:false, processData:false,
validateStatus: (status) => { validateStatus: (status) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment