“重新编辑修改”

This commit is contained in:
sjy
2026-07-11 17:24:41 +08:00
parent 399aefe61f
commit 6039b5ee75
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1137,7 +1137,7 @@ function RemoveInfo() {
{productImage ? (
<>
<img
src={productImage}
src={buildAssetUrl(productImage)}
alt="产品图"
style={{ width: '100%', height: '100%', objectFit: 'cover' }}
/>