pages.json 6.86 KB
{
	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages	
		{
			"path": "pages/index/index",
			"style": {
				"navigationBarTitleText": "中国跆拳道协会",
				"backgroundColor": "#ffffff",
				"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": "pages/index/binding",
			"style": {
				"navigationBarTitleText": "账号绑定",
				"enablePullDownRefresh": false
			}
		},
		{
			"path": "pages/myCenter/index",
			"style": {
				"navigationBarTitleText": "我的",
				"enablePullDownRefresh": false
			}
		},
		{
			"path": "pages/webView/auth",
			"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": "personInfo/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
				}
			}
		]
	}, {
		"root": "webView",
		"pages": [{
			"path": "newList/newList",
			"style": {
				"navigationBarTitleText": "新闻",
				"enablePullDownRefresh": false
			}
		}, {
			"path": "vipSystem",
			"style": {
				"navigationBarTitleText": "会员系统",
				"enablePullDownRefresh": false,
				"navigationStyle": "custom"
			}
		}]
	}],
	"preloadRule": {
		"pages/index/index": {
			"network": "all",
			"packages": ["training", "match", "myCenter", "webView"]
		}
	},
	"tabBar": {
		"color": "#7B7F83",
		"selectedColor": "#D60C18",
		"borderStyle": "white",
		"backgroundColor": "#ffffff",
		"list": [{
			"pagePath": "pages/index/index",
			"text": "首页",
			"iconPath": "static/index/1.png",
			"selectedIconPath": "static/index/1_dwn.png"
		}, {
			"pagePath": "pages/webView/auth",
			"text": "认证查询",
			"iconPath": "static/index/logo.png",
			"selectedIconPath": "static/index/logo.png"

		}, {
			"pagePath": "pages/myCenter/index",
			"text": "我的",
			"iconPath": "static/index/3.png",
			"selectedIconPath": "static/index/3_dwn.png"
		}]
	}
}