feat: 上传图片调试
This commit is contained in:
		
							parent
							
								
									aa6e56c556
								
							
						
					
					
						commit
						24e8cc7c84
					
				|  | @ -239,7 +239,7 @@ export default { | |||
|       //   success: function (res) {}, | ||||
|       // }); | ||||
| 
 | ||||
|       this.form.url = data.path; | ||||
|       this.form.url = data[0].path; | ||||
|     }, | ||||
| 
 | ||||
|     // 删除图片 | ||||
|  |  | |||
|  | @ -191,7 +191,7 @@ export default { | |||
|       //   success: function (res) {}, | ||||
|       // }); | ||||
| 
 | ||||
|       this.imageList = [...this.imageList, data.path]; | ||||
|       this.imageList = [...this.imageList, data[0].path]; | ||||
|     }, | ||||
| 
 | ||||
|     // 上传图片 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue