浏览代码

🔧 非遗作品不显示产品

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]);
   }
 }