Browse Source

🔧 非遗作品不显示产品

imengyu 3 weeks ago
parent
commit
d243e6bfce
1 changed files with 1 additions and 1 deletions
  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]);
   }
 }