Merge remote-tracking branch 'origin/master'

master
hansha 2 years ago
commit 93ed4bc56b

@ -1,6 +1,6 @@
import request from '@/utils/request'
// 登录方法
// 图片上传
export function collectSaves(data) {
return request({
url: '/dangan/collect/saves',
@ -8,6 +8,7 @@ export function collectSaves(data) {
'Content-Type': 'multipart/form-data',
repeatSubmit: false
},
timeout: 100000000,
method: 'post',
data: data
})

@ -84,7 +84,7 @@
</div>
<div v-show="upload.shelfId" style="width: 360px;margin-left: 20px;">
<el-upload :show-file-list="false"
<el-upload :show-file-list="false" :fileSize="200"
ref="upload"
action="#"
drag

Loading…
Cancel
Save