29935
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user