mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-31 09:12:10 +08:00
commit
1d661b8798
@ -39,7 +39,7 @@
|
|||||||
<el-upload
|
<el-upload
|
||||||
ref="fileUpload"
|
ref="fileUpload"
|
||||||
v-if="props.type === 'simple'"
|
v-if="props.type === 'simple'"
|
||||||
:action="other.adaptationUrl(props.uploadFileUrl)"
|
:action="baseURL + other.adaptationUrl(props.uploadFileUrl)"
|
||||||
:before-upload="handleBeforeUpload"
|
:before-upload="handleBeforeUpload"
|
||||||
:file-list="fileList"
|
:file-list="fileList"
|
||||||
:headers="headers"
|
:headers="headers"
|
||||||
|
Loading…
Reference in New Issue
Block a user