@@ -6,32 +6,33 @@ const spliPageName = (url) => {
66 . replace ( / \. h t m l / , "" ) ;
77} ;
88
9- // const skeletonObj = {
10- // pageUrl:
11- // "http://10.8.16.145:8080/parent-wx-h5Shop-shopShow.html?actId=5e796b01cce13f039dca4ee5",
12- // };
13-
149const skeletonObj = [
10+ // {
11+ // pageUrl:
12+ // "http://10.8.16.145:8080/parent-wx-h5Shop-shopShow.html?actId=5e796b01cce13f039dca4ee5",
13+ // filterClass: [],
14+ // },
15+ // {
16+ // pageUrl:
17+ // "http://10.8.16.145:8080/parent-wx-h5Shop-list.html?id=5db95977947acb2e6d0c5a2d&fromtype=zheguangtestdddd&code=061qlt7j29zDpB0wE56j2HXe7j2qlt7j&state=parent",
18+ // filterClass: [],
19+ // },
20+ // {
21+ // pageUrl:
22+ // "http://10.8.16.145:8080/parent-wx-h5Shop-my.html?id=5db95977947acb2e6d0c5a2d&fromtype=zheguangtestdddd",
23+ // filterClass: [],
24+ // },
25+
26+ // {
27+ // pageUrl:
28+ // "http://10.8.16.145:8080/parent-wx-h5Shop-orderList.html?id=5db95977947acb2e6d0c5a2d",
29+ // filterClass: [],
30+ // },
1531 {
1632 pageUrl :
17- "http://10.8.16.145:8080/parent-wx-h5Shop-shopShow.html?actId=5e796b01cce13f039dca4ee5" ,
18- openRepeatList : true ,
19- device : "iPhone 6" , // 为空则使用默认 PC 页面打开
20- minGrayBlockWidth : 20 ,
21- minGrayPseudoWidth : 10 ,
22- debug : true ,
23- debugTime : 3000 ,
24- filterClass : [ "tab-item" , "course-img" , "content" , "footer-btn" ] ,
33+ "https://h5-v5-0.yangcong345.com/parent-wx-wrongBook-list.html?unionId=o8Xt4t-FKNinpBkr1dzMRgUsxUGM&fromType=all" ,
34+ filterClass : [ ] ,
2535 } ,
26- // {
27- // pageUrl: 'http://10.8.16.145:8080/parent-wx-h5Shop-list.html?id=5db95977947acb2e6d0c5a2d&fromtype=zheguangtestdddd&code=061qlt7j29zDpB0wE56j2HXe7j2qlt7j&state=parent',
28- // openRepeatList: true,
29- // device: "iPhone 6", // 为空则使用默认 PC 页面打开
30- // minGrayBlockWidth: 20,
31- // minGrayPseudoWidth: 10,
32- // debug: true,
33- // debugTime: 3000,
34- // }
3536] ;
3637skeletonObj . map ( ( item ) => {
3738 getSkeleton ( {
@@ -41,9 +42,10 @@ skeletonObj.map((item) => {
4142 device : "iPhone 6" , // 为空则使用默认 PC 页面打开
4243 minGrayBlockWidth : 20 ,
4344 minGrayPseudoWidth : 10 ,
44- debug : true ,
45+ debug : false ,
4546 debugTime : 3000 ,
4647 filterClass : item . filterClass ,
48+ // outputPath:'./ggname'//写入你要生成的目录在哪个项目里
4749 } ) ;
4850} ) ;
4951
0 commit comments