소스 검색

perf: 隐藏图片

chenlei 1 년 전
부모
커밋
6fcaac5057
1개의 변경된 파일11개의 추가작업 그리고 11개의 파일을 삭제
  1. 11 11
      src/pages/Collection/index.tsx

+ 11 - 11
src/pages/Collection/index.tsx

@@ -71,17 +71,17 @@ export default function CollectionPage() {
         title: "来源",
         dataIndex: "dictSource",
       },
-      {
-        title: "封面",
-        render: (item: any) => {
-          return (
-            <Image
-              height={60}
-              src={`${process.env.REACT_APP_API_URL}${process.env.REACT_APP_IMG_PUBLIC}${item.thumb}`}
-            />
-          );
-        },
-      },
+      // {
+      //   title: "封面",
+      //   render: (item: any) => {
+      //     return (
+      //       <Image
+      //         height={60}
+      //         src={`${process.env.REACT_APP_API_URL}${process.env.REACT_APP_IMG_PUBLIC}${item.thumb}`}
+      //       />
+      //     );
+      //   },
+      // },
       {
         title: "简介",
         width: 250,