feat: 版本升级&小问题修复

This commit is contained in:
meilin.huang
2022-03-15 22:27:39 +08:00
parent 9e4877240d
commit 713442aa1d
9 changed files with 59 additions and 51 deletions

View File

@@ -488,6 +488,7 @@ export default defineComponent({
headers: { 'Content-Type': 'multipart/form-data; boundary=----WebKitFormBoundaryF1uyUD0tWdqmJqpl' },
onUploadProgress: onUploadProgress,
baseURL: '',
timeout: 60*60*1000,
})
.then(() => {
ElMessage.success('上传成功');