This commit is contained in:
root 2025-07-11 01:26:27 +08:00
parent d80464c85f
commit 0dd3565d8c
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ const ProjectManagePage: React.FC = () => {
{project.product_image ? ( {project.product_image ? (
<> <>
<img <img
src={project.product_image.startsWith('http') ? project.product_image : `file://${project.product_image}`} src={project.product_image.startsWith('http') ? project.product_image : `file:///${project.product_image}`}
alt={project.product_name || project.name} alt={project.product_name || project.name}
className="w-full h-full object-cover" className="w-full h-full object-cover"
onError={(e) => { onError={(e) => {