Newer
Older
xinJiangMiniProgranm / pages.json
{
	"pages": [ 
		{
			"path": "pages/index/index",
			"style": {
				"navigationBarTitleText": "首页",
				"navigationBarBackgroundColor": "#4390f7",
				"navigationBarTextStyle": "white",
				"enablePullDownRefresh": false
			}
		},
		{
			"path" : "pages/center/center",
			"style" :                                                                                    
			{
				"navigationBarTitleText": "举报中心",
				"enablePullDownRefresh": false
			}   
		},
			{
				"path" : "pages/mine/mine",
				"style" :                                                                                    
				{
					"navigationBarTitleText": "我的",
					"navigationBarBackgroundColor": "#17a6ec",
					"navigationBarTextStyle": "white",
					"enablePullDownRefresh": false
				}      
      },
			{
				"path" : "pages/tort/tort",
				"style" :                                                                                    
				{
					"navigationBarTitleText": "侵权举报",
					"enablePullDownRefresh": false
				}
			},
			{
				"path" : "pages/rumor/rumor",
				"style" :                                                                                    
				{
					"navigationBarTitleText": "谣言查证",
					"enablePullDownRefresh": false
				}
			}
    ],
	"globalStyle": {
		"navigationBarTextStyle": "black",
		"navigationBarTitleText": "新疆网络举报",
		"navigationBarBackgroundColor": "#F8F8F8",
		"backgroundColor": "#fff"
	},
	"tabBar": {
		"color": "#424242",
		"selectedColor": "#408bf6",
		"borderStyle": "black",
		"backgroundColor": "#fff",
		"list": [{
			"pagePath": "pages/index/index",
			"iconPath": "static/tabbar/index.png",
			"selectedIconPath": "static/tabbar/index_selected.png",
			"text": "首页"
		}, {
			"pagePath": "pages/rumor/rumor",
			"iconPath": "static/tabbar/rumor.png",
			"selectedIconPath": "static/tabbar/rumor_selected.png",
			"text": "谣言查证"
		},
		{
			"pagePath": "pages/tort/tort",
			"iconPath": "static/tabbar/tort.png",
			"selectedIconPath": "static/tabbar/tort_selected.png",
			"text": "侵权举报"
		},
		{
			"pagePath": "pages/mine/mine",
			"iconPath": "static/tabbar/mine.png",
			"selectedIconPath": "static/tabbar/mine_selected.png",
			"text": "我的"
		}
		]
	},
	"uniIdRouter": {},
	//分包
	"subPackages": [{
		"root": "packageA",//分包名
		"pages": [
			{
				"path" : "pages/messageList/messageList",
				"style" :                                                                                    
				{
					"navigationBarTitleText": "网信信息列表",
					"enablePullDownRefresh": true
				}    
			},
			{
				"path" : "pages/messageDetail/messageDetail",
				"style" :                                                                                    
				{
					"navigationBarTitleText": "网信信息详情",
					"enablePullDownRefresh": false
				}	
			},
			{
				"path" : "pages/search/search",
				"style" :                                                                                    
				{
					"navigationBarTitleText": "网信信息搜索",
					"enablePullDownRefresh": false
				}
			},
			{
				"path" : "pages/myReport/myReport",
				"style" :                                                                                    
				{
					"navigationBarTitleText": "我的举报",
					"enablePullDownRefresh": true
				}
			},
			{
				"path" : "pages/accountInfo/accountInfo",
				"style" :                                                                                    
				{
					"navigationBarTitleText": "账号信息",
					"enablePullDownRefresh": false
				}		
			},
			{
				"path" : "pages/register/register",
				"style" :                                                                                    
				{
					"navigationBarTitleText": "用户注册",
					"enablePullDownRefresh": false
				}	
			},
			{
				"path" : "pages/changePassword/changePassword",
				"style" :                                                                                    
				{
					"navigationBarTitleText": "修改密码",
					"enablePullDownRefresh": false
				}
			},
			{
				"path" : "pages/accountBound/accountBound",
				"style" :                                                                                    
				{
					"navigationBarTitleText": "账号绑定",
					"enablePullDownRefresh": false
				}	
			},
			{
				"path" : "pages/report/report",
				"style" :                                                                                    
				{
					"navigationBarTitleText": "发布举报",
					"enablePullDownRefresh": false
				}	
			}
		]
	},
	{
		"root": "packageB",//分包名
		"pages": [
			{
				"path" : "guide/guide",
				"style" :                                                                                    
				{
					"navigationBarTitleText": "举报指南",
					"enablePullDownRefresh": false,
					"navigationBarBackgroundColor": "#4390f7",
					"navigationBarTextStyle": "white"
				}
			},
			{
				"path" : "search/search",
				"style":                                                                                    
				{
					"navigationBarTitleText": "举报查询",
					"enablePullDownRefresh": false,
					"navigationBarBackgroundColor": "#4390f7",
					"navigationBarTextStyle": "white"
				}
			},{
					"path" : "recordDetail/recordDetail",
					"style" :                                                                                    
					{
						"navigationBarTitleText": "详细信息",
						"enablePullDownRefresh": false,
						"navigationBarBackgroundColor": "#4390f7",
						"navigationBarTextStyle": "white"
					}
				}
			]
	}]
}