pages.json 6.06 KB
{
	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages	
		{
			"path": "pages/index/index",
			"style": {
				"navigationBarTitleText": "中国跆协",
				"backgroundColor": "#ffffff",
				"navigationStyle": "custom",
				"navigationBarTextStyle": "black",
				"navigationBarBackgroundColor": "#ffffff"
			}
		},
		{
			"path": "pages/index/login",
			"style": {
				"navigationBarTitleText": "登录",
				"enablePullDownRefresh": false,
				"navigationStyle": "custom"
			}
		}, {
			"path": "pages/index/register",
			"style": {
				"navigationBarTitleText": "注册",
				"enablePullDownRefresh": false,
				"navigationStyle": "custom"
			}
		},
		{
			"path" : "webView/vipSystem",
			"style" : 
			{
				"navigationBarTitleText" : "会员系统",
				"enablePullDownRefresh" : false
			}
		},
		{
			"path" : "pages/index/binding",
			"style" : 
			{
				"navigationBarTitleText" : "账号绑定",
				"enablePullDownRefresh" : false
			}
		},
		{
			"path" : "webView/newList/newList",
			"style" : 
			{
				"navigationBarTitleText" : "新闻资讯",
				"enablePullDownRefresh" : false
			}
		}
	],
	"globalStyle": {
		"navigationStyle": "default",
		"navigationBarTextStyle": "black",
		"navigationBarBackgroundColor": "#ffffff",
		"navigationBarTitleText": "中国跆协"
	},
	"subPackages": [
		{
			"root": "training",
			"pages":[{
				"path" : "trainList",
				"style" : 
				{
					"navigationBarTitleText" : "培训列表",
					"enablePullDownRefresh" : false
				}
			},
			{
				"path" : "detailPage",
				"style" : 
					{
						"navigationBarTitleText" : "培训详情",
						"enablePullDownRefresh" : false
					}
			},
			{
				"path" : "trainSignUp",
				"style" : 
				{
					"navigationBarTitleText" : "培训报名",
					"enablePullDownRefresh" : false
				}
			}]
		},{
			"root": "match",
			"pages": [{
				"path": "index",
				"style": {
					"navigationStyle": "default",
					"navigationBarBackgroundColor": "#F7F8FA",
					"navigationBarTextStyle": "black",
					"navigationBarTitleText": "赛事报名",
					"enablePullDownRefresh": false
				}
			
			}, {
				"path": "single",
				"style": {
					"navigationStyle": "default",
					"navigationBarBackgroundColor": "#F7F8FA",
					"navigationBarTextStyle": "black",
					"navigationBarTitleText": "赛事详情",
					"enablePullDownRefresh": false
				}
			
			}, {
				"path": "singleLs",
				"style": {
					"navigationStyle": "default",
					"navigationBarBackgroundColor": "#F7F8FA",
					"navigationBarTextStyle": "black",
					"navigationBarTitleText": "联赛详情",
					"enablePullDownRefresh": false
				}
			
			}, {
				"path": "sign_single",
				"style": {
					"navigationBarTitleText": "个人报名",
					"navigationBarBackgroundColor": "#F7F8FA",
					"navigationBarTextStyle": "black",
					"backgroundColor": "#ffffff"
				}
			}, {
				"path": "matchBill",
				"style": {
					"navigationStyle": "default",
					"navigationBarBackgroundColor": "#F7F8FA",
					"navigationBarTextStyle": "black",
					"navigationBarTitleText": "费用明细",
					"enablePullDownRefresh": true,
					"backgroundColor": "#ffffff"
				}
			
			}, {
				"path": "matchPayDone",
				"style": {
					"navigationStyle": "default",
					"navigationBarBackgroundColor": "#F7F8FA",
					"navigationBarTextStyle": "black",
					"navigationBarTitleText": "报名完成",
					"enablePullDownRefresh": true,
					"backgroundColor": "#ffffff"
				}
			
			}, {
				"path": "choose_sportman",
				"style": {
					"navigationBarTitleText": "选择运动员",
					"navigationBarBackgroundColor": "#F7F8FA",
					"navigationBarTextStyle": "black",
					"backgroundColor": "#ffffff"
				}
			}, {
				"path": "team_choose_sportman",
				"style": {
					"navigationBarTitleText": "配置运动员",
					"navigationBarBackgroundColor": "#F7F8FA",
					"navigationBarTextStyle": "black",
					"backgroundColor": "#ffffff"
				}
			}, {
				"path": "choose_coach",
				"style": {
					"navigationBarTitleText": "选择人员",
					"navigationBarBackgroundColor": "#F7F8FA",
					"navigationBarTextStyle": "black",
					"backgroundColor": "#ffffff"
			
				}
			}, {
				"path": "add_coach",
				"style": {
					"navigationBarTitleText": "新建人员",
					"navigationBarBackgroundColor": "#F7F8FA",
					"navigationBarTextStyle": "black",
					"backgroundColor": "#ffffff"
			
				}
			}, {
				"path": "add_rank",
				"style": {
					"navigationBarTitleText": "新建队伍",
					"navigationBarBackgroundColor": "#F7F8FA",
					"navigationBarTextStyle": "black",
					"backgroundColor": "#ffffff"
			
				}
			}, {
				"path": "choose_project",
				"style": {
					"navigationBarTitleText": "选择参赛项目",
					"navigationBarBackgroundColor": "#F7F8FA",
					"navigationBarTextStyle": "black",
					"backgroundColor": "#ffffff"
			
				}
			}, {
				"path": "projectList",
				"style": {
					"navigationBarTitleText": "选择参赛项目",
					"navigationBarBackgroundColor": "#F7F8FA",
					"navigationBarTextStyle": "black",
					"backgroundColor": "#ffffff"
			
				}
			}]
		},{
			"root": "myCenter",
			"pages": [{
				"path" : "index",
				"style" : 
				{
					"navigationBarTitleText" : "个人中心",
					"enablePullDownRefresh" : false
				}
			},
			{
				"path" : "mytrain/mytrain",
				"style" : 
				{
					"navigationBarTitleText" : "我的培训",
					"enablePullDownRefresh" : false
				}
			},
			{
				"path" : "mytrain/myBill",
				"style" : 
				{
					"navigationBarTitleText" : "培训订单",
					"enablePullDownRefresh" : false
				}
			},
			{
				"path" : "mytrain/orderDetail",
				"style" : 
				{
					"navigationBarTitleText" : "订单详情",
					"enablePullDownRefresh" : false
				}
			}]
		}
	],
	"preloadRule": {
		"pages/index/index": {
			"network": "all",
			"packages": ["training","match","myCenter"]
		}
	},
	"tabBar": {
		    "list": [{
		      "pagePath": "pages/index/index",
		      "text": "首页"
		    },{
		      "pagePath": "webView/auth",
		      "text": "认证查询"
		    },{
		      "pagePath": "myCenter/index",
		      "text": "我的"
		    }]
	}
}