Procházet zdrojové kódy

🔧 非遗作品不显示产品

imengyu před 3 týdny
rodič
revize
d243e6bfce
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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]);
   }
 }