|  | @@ -2,37 +2,48 @@
 | 
											
												
													
														|  |    "pages": [
 |  |    "pages": [
 | 
											
												
													
														|  |      "pages/list/list",
 |  |      "pages/list/list",
 | 
											
												
													
														|  |      "pages/home/home",
 |  |      "pages/home/home",
 | 
											
												
													
														|  | -    "pages/my/my"
 |  | 
 | 
											
												
													
														|  | 
 |  | +    "pages/my/my",
 | 
											
												
													
														|  | 
 |  | +    "components/header/header"
 | 
											
												
													
														|  |    ],
 |  |    ],
 | 
											
												
													
														|  |    "window": {
 |  |    "window": {
 | 
											
												
													
														|  |      "navigationBarTextStyle": "white",
 |  |      "navigationBarTextStyle": "white",
 | 
											
												
													
														|  |      "navigationBarTitleText": "哈哈哈",
 |  |      "navigationBarTitleText": "哈哈哈",
 | 
											
												
													
														|  |      "navigationBarBackgroundColor": "#ff0000"
 |  |      "navigationBarBackgroundColor": "#ff0000"
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  | -    "tabBar": {
 |  | 
 | 
											
												
													
														|  | -      "custom": false,
 |  | 
 | 
											
												
													
														|  | -      "color": "#000000",
 |  | 
 | 
											
												
													
														|  | -      "selectedColor": "#ff0000",
 |  | 
 | 
											
												
													
														|  | -      "backgroundColor": "#ffffff",
 |  | 
 | 
											
												
													
														|  | -      "list": [{
 |  | 
 | 
											
												
													
														|  | 
 |  | +  "tabBar": {
 | 
											
												
													
														|  | 
 |  | +    "custom": false,
 | 
											
												
													
														|  | 
 |  | +    "color": "#000000",
 | 
											
												
													
														|  | 
 |  | +    "selectedColor": "#ff0000",
 | 
											
												
													
														|  | 
 |  | +    "backgroundColor": "#ffffff",
 | 
											
												
													
														|  | 
 |  | +    "list": [
 | 
											
												
													
														|  | 
 |  | +      {
 | 
											
												
													
														|  |          "pagePath": "pages/list/list",
 |  |          "pagePath": "pages/list/list",
 | 
											
												
													
														|  |          "text": "购物车",
 |  |          "text": "购物车",
 | 
											
												
													
														|  |          "iconPath": "./icon/shop.png",
 |  |          "iconPath": "./icon/shop.png",
 | 
											
												
													
														|  |          "selectedIconPath": "./icon/shop1.png"
 |  |          "selectedIconPath": "./icon/shop1.png"
 | 
											
												
													
														|  | -      }, {
 |  | 
 | 
											
												
													
														|  | 
 |  | +      },
 | 
											
												
													
														|  | 
 |  | +      {
 | 
											
												
													
														|  |          "pagePath": "pages/home/home",
 |  |          "pagePath": "pages/home/home",
 | 
											
												
													
														|  |          "text": "首页",
 |  |          "text": "首页",
 | 
											
												
													
														|  |          "iconPath": "./icon/home.png",
 |  |          "iconPath": "./icon/home.png",
 | 
											
												
													
														|  |          "selectedIconPath": "./icon/home1.png"
 |  |          "selectedIconPath": "./icon/home1.png"
 | 
											
												
													
														|  | -      }, {
 |  | 
 | 
											
												
													
														|  | 
 |  | +      },
 | 
											
												
													
														|  | 
 |  | +      {
 | 
											
												
													
														|  |          "pagePath": "pages/my/my",
 |  |          "pagePath": "pages/my/my",
 | 
											
												
													
														|  |          "text": "我的",
 |  |          "text": "我的",
 | 
											
												
													
														|  |          "iconPath": "./icon/my.png",
 |  |          "iconPath": "./icon/my.png",
 | 
											
												
													
														|  |          "selectedIconPath": "./icon/my1.png"
 |  |          "selectedIconPath": "./icon/my1.png"
 | 
											
												
													
														|  | -      }]
 |  | 
 | 
											
												
													
														|  | -    },
 |  | 
 | 
											
												
													
														|  | -    "usingComponents": {},
 |  | 
 | 
											
												
													
														|  | 
 |  | +      }
 | 
											
												
													
														|  | 
 |  | +    ]
 | 
											
												
													
														|  | 
 |  | +  },
 | 
											
												
													
														|  | 
 |  | +  "usingComponents": {},
 | 
											
												
													
														|  |    "style": "v2",
 |  |    "style": "v2",
 | 
											
												
													
														|  | 
 |  | +  "networkTimeout": {
 | 
											
												
													
														|  | 
 |  | +    "request": 20000,
 | 
											
												
													
														|  | 
 |  | +    "connectSocket": 20000,
 | 
											
												
													
														|  | 
 |  | +    "uploadFile": 20000,
 | 
											
												
													
														|  | 
 |  | +    "downloadFile": 20000
 | 
											
												
													
														|  | 
 |  | +  },
 | 
											
												
													
														|  |    "componentFramework": "glass-easel",
 |  |    "componentFramework": "glass-easel",
 | 
											
												
													
														|  |    "sitemapLocation": "sitemap.json",
 |  |    "sitemapLocation": "sitemap.json",
 | 
											
												
													
														|  |    "lazyCodeLoading": "requiredComponents"
 |  |    "lazyCodeLoading": "requiredComponents"
 |