This commit is contained in:
yanran200730
2022-05-30 11:02:56 +08:00
parent 70681c35b1
commit 5bb8d28c17
4 changed files with 31 additions and 53 deletions

View File

@@ -148,6 +148,7 @@
let formData = new FormData()
formData.append('file', res.tempFiles[0])
this.$http.post('/admin/file/add2?type=image', formData).then(res => {
console.log(res)
if (res.code === 0) {
this.richList.push({
type: 'img',