乡村相册

This commit is contained in:
yanran200730
2022-05-17 18:00:35 +08:00
parent c38c92f19a
commit 9043377f2c
9 changed files with 258 additions and 29 deletions

View File

@@ -99,7 +99,6 @@
count: 1,
sizeType: ['compressed'],
success: res => {
console.log(res.tempFiles[0])
let formData = new FormData()
formData.append('file', res.tempFiles[0])
this.$http.post('/admin/file/add2?type=image', formData).then(res => {