소스 검색

🔧 非遗作品不显示产品

imengyu 3 주 전
부모
커밋
d243e6bfce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/api/inheritor/ProductsContent.ts

+ 1 - 1
src/api/inheritor/ProductsContent.ts

@@ -3,7 +3,7 @@ import { CommonContentApi } from '../CommonContent';
 export class ProductsContentApi extends CommonContentApi {
 
   constructor() {
-    super(undefined, 16, "非遗保护名录-非遗产品(作品)", [295,317]);
+    super(undefined, 16, "非遗保护名录-非遗产品(作品)", [/* 295, */317]);
   }
 }