diff --git a/src/components/Common/GlobalComps/typeIcon.tsx b/src/components/Common/GlobalComps/typeIcon.tsx index 33ccba819c103639d8298c902dbf5cf53953be53..4cfd120b25f1f9c1878729bfd26000eed93d733c 100644 --- a/src/components/Common/GlobalComps/typeIcon.tsx +++ b/src/components/Common/GlobalComps/typeIcon.tsx @@ -130,6 +130,7 @@ const TypeIcon = (info: TypeIconInfo) => { case '商城模板-数据': return renderImage('types/mallData', config); case '商城模板-实体': + case '商城模板-大仪': return renderImage('types/mallPhysical', config); case '打印模板': case '文档模板':