{ "pages": [ "pages/index/index", "pages/video/index", "pages/order/index", "pages/my/index" ], "subPackages": [ { "root": "orderPages", "pages": [ "orderDetail/index", "goodsDetail/index" ] } ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "加载中", "navigationBarBackgroundColor": "#fff", "backgroundColor": "#F8F8F8", "titleNView": false }, "tabBar": { "color": "#282828", "selectedColor": "#B22338", "borderStyle": "white", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/imageIcon/1-001.png", "selectedIconPath": "static/imageIcon/1-002.png", "text": "首页" }, { "pagePath": "pages/order/index", "iconPath": "static/imageIcon/2-001.png", "selectedIconPath": "static/imageIcon/2-002.png", "text": "订单" }, { "pagePath": "pages/video/index", "iconPath": "static/imageIcon/3-001.png", "selectedIconPath": "static/imageIcon/3-002.png", "text": "视屏", "enablePullDownRefresh": false }, { "pagePath": "pages/my/index", "iconPath": "static/imageIcon/4-001.png", "selectedIconPath": "static/imageIcon/4-002.png", "text": "我的" } ] }, "component2": true, "usingComponents": {} }