123456789101112131415161718192021222324252627282930313233343536 |
- [
- {
- "title":"生产类",
- "list":[
- {
- "icon":"./icon/section_1_icon_1.png",
- "name":"采煤"
- },
- {
- "icon":"./icon/section_1_icon_2.png",
- "name":"掘进"
- },
- {
- "icon":"./icon/section_1_icon_3.png",
- "name":"主运输"
- }
- ]
- },
- {
- "title":"辅助类",
- "list":[
- {
- "icon":"./icon/section_2_icon_1.png",
- "name":"主扇通风"
- },
- {
- "icon":"./icon/section_2_icon_2.png",
- "name":"电力监控"
- },
- {
- "icon":"./icon/section_2_icon_3.png",
- "name":"智慧水务"
- }
- ]
- }
- ]
|