浏览代码

fix: 物联网首页 平台架构图更换为svg格式

jackhoo_98 3 年之前
父节点
当前提交
dec0a56c51
共有 3 个文件被更改,包括 32 次插入1 次删除
  1. 二进制
      public/images/home/content1.png
  2. 30 0
      public/images/home/content1.svg
  3. 2 1
      src/pages/home/comprehensive/index.tsx

二进制
public/images/home/content1.png


文件差异内容过多而无法显示
+ 30 - 0
public/images/home/content1.svg


+ 2 - 1
src/pages/home/comprehensive/index.tsx

@@ -188,7 +188,8 @@ const Comprehensive = () => {
             <Body
             <Body
               title={'平台架构图'}
               title={'平台架构图'}
               english={'PLATFORM ARCHITECTURE DIAGRAM'}
               english={'PLATFORM ARCHITECTURE DIAGRAM'}
-              url={require('/public/images/home/content1.png')}
+              // url={require('/public/images/home/content1.png')}
+              url={require('/public/images/home/content1.svg')}
             />
             />
           </Col>
           </Col>
         </Row>
         </Row>