feat: 上传图片调试

This commit is contained in:
yangzhe 2025-04-30 09:52:13 +08:00
parent 0d85f297ca
commit 76d7f240eb
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -191,7 +191,10 @@ export default {
// success: function (res) {},
// });
this.imageList = [...this.imageList, data[0].path];
this.imageList = [
...this.imageList,
"http://sl.vrgon.com:8005/uploads/" + data[0].path,
];
},
//