| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "pages": [
- "pages/index/index",
- "pages/video/index",
- "pages/order/index",
- "pages/my/index"
- ],
- "subPackages": [
- {
- "root": "orderPages",
- "pages": [
- "orderDetail/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": "我的"
- }
- ]
- },
- "usingComponents": {}
- }
|