feat: 上传图片调试

This commit is contained in:
yangzhe 2025-04-30 09:41:00 +08:00
parent aa6e56c556
commit 24e8cc7c84
2 changed files with 2 additions and 2 deletions

View File

@ -239,7 +239,7 @@ export default {
// success: function (res) {},
// });
this.form.url = data.path;
this.form.url = data[0].path;
},
//

View File

@ -191,7 +191,7 @@ export default {
// success: function (res) {},
// });
this.imageList = [...this.imageList, data.path];
this.imageList = [...this.imageList, data[0].path];
},
//