Skip to content

Commit

Permalink
#5140 公用附件上传组件bug
Browse files Browse the repository at this point in the history
Signed-off-by: lbw <[email protected]>
  • Loading branch information
lbw authored and gitee-org committed Sep 7, 2023
1 parent a88fbba commit cfb5fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Upload/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<el-upload
ref="fileUpload"
v-if="props.type === 'simple'"
:action="other.adaptationUrl(props.uploadFileUrl)"
:action="baseURL + other.adaptationUrl(props.uploadFileUrl)"
:before-upload="handleBeforeUpload"
:file-list="fileList"
:headers="headers"
Expand Down

0 comments on commit cfb5fad

Please sign in to comment.