@@ -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,