Commit a83b96f0 authored by 沈翠玲's avatar 沈翠玲

导入超时时间改成20分钟

parent 6adb81e5
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<div> <div>
<el-upload <el-upload
class="avatar-uploader" class="avatar-uploader"
:headers="{ timeout: 180000 }" :headers="{ timeout: 1200000 }"
ref="uploadRef" ref="uploadRef"
:action="upload.url" :action="upload.url"
:disabled="upload.isUploading" :disabled="upload.isUploading"
......
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