| { | |
| 	"pages": [ | |
| 		{ | |
| 			"path" : "pages/index/agreement", | |
| 			"style" :  | |
| 			{ | |
| 				"navigationBarTitleText" : "" | |
| 			} | |
| 		}, | |
| 		{ | |
| 			"path" : "pages/index/preAppoint", | |
| 			"style" :  | |
| 			{ | |
| 				"navigationBarTitleText" : "" | |
| 			} | |
| 		}, | |
| 		{ | |
| 			"path": "pages/index/index", | |
| 			"style": { | |
| 				"navigationBarTitleText": "" | |
| 			} | |
| 		}, | |
| 		{ | |
| 			"path": "pages/index/home", | |
| 			"style": { | |
| 				"navigationBarTitleText": "" | |
| 			} | |
| 		}, | |
| 		{ | |
| 			"path": "pages/index/article" | |
| 		}, | |
| 		{ | |
| 			"path": "pages/index/cancelArticle" | |
| 		}, | |
| 		{ | |
| 			"path" : "pages/index/introduce", | |
| 			"style" :  | |
| 			{ | |
| 				"navigationBarTitleText" : "" | |
| 			} | |
| 		}, | |
| 		{ | |
| 			"path" : "pages/index/logoInfo", | |
| 			"style" :  | |
| 			{ | |
| 				"navigationBarTitleText" : "" | |
| 			} | |
| 		}, | |
| 		{ | |
| 			"path" : "pages/index/title", | |
| 			"style" :  | |
| 			{ | |
| 				"navigationBarTitleText" : "" | |
| 			} | |
| 		}, | |
| 		{ | |
| 			"path" : "pages/index/end", | |
| 			"style" :  | |
| 			{ | |
| 				"navigationBarTitleText" : "" | |
| 			} | |
| 		} | |
| 	], | |
| 	"preloadRule": { | |
| 		"pages/index/home": { | |
| 			"network": "all", | |
| 			"packages": ["pages_order"] | |
| 		} | |
| 	}, | |
| 	"subPackages": [{ | |
| 		"root": "pages_order", | |
| 		"pages": [ | |
| 			{ | |
| 				"path": "auth/wxLogin" | |
| 			}, | |
| 			{ | |
| 				"path": "auth/wxUserInfo" | |
| 			}, | |
| 			{ | |
| 				"path" : "info/appoint" | |
| 			} | |
| 		] | |
| 	}], | |
| 	"globalStyle": { | |
| 		"navigationBarTextStyle": "black", | |
| 		"navigationBarTitleText": "", | |
| 		"navigationBarBackgroundColor": "#F8F8F8", | |
| 		"backgroundColor": "#F8F8F8", | |
| 		"navigationStyle": "custom" | |
| 	}, | |
| 	"uniIdRouter": {} | |
| } |