瀏覽代碼

fix: 图片加载失败

ZhaoJun 1 年之前
父節點
當前提交
7a4497419d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/EqSelfInspection/components/Detail.js

+ 1 - 1
src/pages/EqSelfInspection/components/Detail.js

@@ -993,7 +993,7 @@ function ReportDumCom(props) {
           }}
           backdrop="rgba(255,255,255,0.5)"
           style={{ height: '90px' }}
-          src={item.url}
+          src={item.path}
         />
       ),
     },