Parcourir la source

perf: 隐藏图片

chenlei il y a 1 an
Parent
commit
6fcaac5057
1 fichiers modifiés avec 11 ajouts et 11 suppressions
  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,