1{ 2 "pages": [ 3 "pages/netCfg/netCfg", 4 "pages/linkLP/linkLP", 5 "pages/linkIot/linkIot", 6 "pages/webview/webview" 7 ], 8 "window": { 9 "defaultTitle": "HaaS小程序" 10 }, 11 "tabBar": { 12 "textColor": "#dddddd", 13 "selectedColor": "#49a9ee", 14 "backgroundColor": "#ffffff", 15 "items": [ 16 { 17 "icon": "resource/image/netconfig.png", 18 "activeIcon": "resource/image/netconfig_active.png", 19 "pagePath": "pages/netCfg/netCfg", 20 "name": "配网" 21 }, 22 { 23 "icon": "resource/image/linklp.png", 24 "activeIcon": "resource/image/linklp_active.png", 25 "pagePath": "pages/linkLP/linkLP", 26 "name": "上云" 27 }, 28 { 29 "icon": "resource/image/iot_studio.png", 30 "activeIcon": "resource/image/iot_studio_active.png", 31 "pagePath": "pages/linkIot/linkIot", 32 "name": "IoT Studio" 33 } 34 ] 35 } 36}