修改上传文件

This commit is contained in:
qq787203167
2022-03-23 22:40:40 +08:00
parent c089041fb1
commit 48a9f4c7a4
3 changed files with 9 additions and 8 deletions
+2 -1
View File
@@ -8,7 +8,7 @@
name="file"
:file-list="myfileList"
:multiple="true"
:action='uploadAction'
:action="uploadAction+'?state='+state"
:headers="headers"
@preview="preview"
:before-upload="beforeUpload"
@@ -37,6 +37,7 @@
visible: false,
title: this.$t('clickUpload'),
uploadAction: window._CONFIG['domianURL'] + '/sys/common/upload',
state:undefined,
myuploadAction: window._CONFIG['domianURL'] + this.thisFileUploadUrl,
upDataList: [],
downLoadFileUrl: window._CONFIG['domianPreviewURL'] + '/sys/common/download',