소스 검색

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

jackhoo_98 3 년 전
부모
커밋
dec0a56c51
3개의 변경된 파일32개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      public/images/home/content1.png
  2. 30 0
      public/images/home/content1.svg
  3. 2 1
      src/pages/home/comprehensive/index.tsx

BIN
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
               title={'平台架构图'}
               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>
         </Row>