pages.json 6.97 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/order",
			"style": {
				"navigationBarTitleText": "场地预约",
				"enablePullDownRefresh": false,
				"navigationStyle": "default",
				"navigationBarTextStyle": "black",
				"navigationBarBackgroundColor": "#fff"
			}
		}, {
			"path": "pages/index/booking",
			"style": {
				"navigationBarTitleText": "确认订单",
				"enablePullDownRefresh": false,
				"navigationStyle": "default",
				"navigationBarTextStyle": "black",
				"navigationBarBackgroundColor": "#F7F8FA"
			}
		},
		{
			"path": "pages/usercenter/usercenter",
			"style": {
				"navigationBarTitleText": "个人中心",
				"navigationStyle": "default",
				"navigationBarTextStyle": "black",
				"navigationBarBackgroundColor": "#ffffff",
				"enablePullDownRefresh": true,
				"backgroundColor": "#ffffff"
			}

		}, {
			"path": "pages/usercenter/address",
			"style": {
				"navigationBarTitleText": "收货地址",
				"enablePullDownRefresh": false
			}

		}, {
			"path": "pages/usercenter/mycard/mycard",
			"style": {
				"navigationStyle": "default",
				"navigationBarBackgroundColor": "#ffffff",
				"navigationBarTextStyle": "black",
				"navigationBarTitleText": "会员卡",
				"enablePullDownRefresh": true,
				"backgroundColor": "#ffffff"
			}

		}, {
			"path": "pages/usercenter/mycard/renew",
			"style": {
				"navigationStyle": "default",
				"navigationBarBackgroundColor": "#F7F8FA",
				"navigationBarTextStyle": "black",
				"navigationBarTitleText": "会员卡充值",
				"enablePullDownRefresh": false
			}

		}, {
			"path": "pages/usercenter/bills",
			"style": {
				"navigationStyle": "default",
				"navigationBarBackgroundColor": "#F7F8FA",
				"navigationBarTextStyle": "black",
				"navigationBarTitleText": "我的订单",
				"enablePullDownRefresh": false,
				"onReachBottomDistance": 100,
				"backgroundColor": "#ffffff"
			}

		}, {
			"path": "pages/usercenter/match",
			"style": {
				"navigationStyle": "default",
				"navigationBarBackgroundColor": "#F7F8FA",
				"navigationBarTextStyle": "black",
				"navigationBarTitleText": "我的赛事",
				"enablePullDownRefresh": false,
				"onReachBottomDistance": 100,
				"backgroundColor": "#ffffff"
			}
		}, {
			"path": "pages/usercenter/matchSignDetail",
			"style": {
				"navigationStyle": "default",
				"navigationBarBackgroundColor": "#F7F8FA",
				"navigationBarTextStyle": "black",
				"navigationBarTitleText": "报名详情",
				"enablePullDownRefresh": false,
				"onReachBottomDistance": 100,
				"backgroundColor": "#ffffff"
			}
		}, {
			"path": "pages/usercenter/matchBillDetail",
			"style": {
				"navigationStyle": "default",
				"navigationBarBackgroundColor": "#F7F8FA",
				"navigationBarTextStyle": "black",
				"navigationBarTitleText": "订单详情",
				"enablePullDownRefresh": false,
				"onReachBottomDistance": 100,
				"backgroundColor": "#ffffff"
			}
		}, {
			"path": "pages/usercenter/myInfo",
			"style": {
				"navigationStyle": "default",
				"navigationBarBackgroundColor": "#F7F8FA",
				"navigationBarTextStyle": "black",
				"navigationBarTitleText": "个人信息",
				"enablePullDownRefresh": false,
				"onReachBottomDistance": 100,
				"backgroundColor": "#ffffff"
			}

		}, {
			"path": "pages/usercenter/teamList",
			"style": {
				"navigationStyle": "default",
				"navigationBarBackgroundColor": "#F7F8FA",
				"navigationBarTextStyle": "black",
				"navigationBarTitleText": "我的团体",
				"enablePullDownRefresh": false,
				"onReachBottomDistance": 100,
				"backgroundColor": "#ffffff"
			}

		}, {
			"path": "pages/usercenter/teamInfo",
			"style": {
				"navigationStyle": "default",
				"navigationBarBackgroundColor": "#F7F8FA",
				"navigationBarTextStyle": "black",
				"navigationBarTitleText": "团体信息",
				"enablePullDownRefresh": false,
				"onReachBottomDistance": 100,
				"backgroundColor": "#ffffff"
			}

		}, {
			"path": "pages/usercenter/billsDetail",
			"style": {
				"navigationStyle": "default",
				"navigationBarBackgroundColor": "#F7F8FA",
				"navigationBarTextStyle": "black",
				"navigationBarTitleText": "订单详情",
				"enablePullDownRefresh": true,
				"backgroundColor": "#ffffff"
			}

		}, {
			"path": "pages/form/index",
			"style": {
				"navigationStyle": "default",
				"navigationBarBackgroundColor": "#F7F8FA",
				"navigationBarTextStyle": "black",
				"navigationBarTitleText": "反馈",
				"enablePullDownRefresh": false
			}

		}, {
			"path": "pages/train/index",
			"style": {
				"navigationBarTitleText": "培训",
				"enablePullDownRefresh": true,
				"onReachBottomDistance": 200,
				"navigationBarBackgroundColor": "#F7F8FA",
				"navigationBarTextStyle": "black"

			}
		},
		{
			"path": "pages/train/detailPage/detailPage",
			"style": {
				"navigationBarTitleText": "详情",
				"enablePullDownRefresh": false,
				"navigationBarBackgroundColor": "#F7F8FA",
				"navigationBarTextStyle": "black"
			}

		},

		{
			"path": "pages/train/apply/apply",
			"style": {
				"navigationBarTitleText": "报名",
				"enablePullDownRefresh": false,
				"navigationBarBackgroundColor": "#F7F8FA",
				"navigationBarTextStyle": "black"

			}

		},
		{
			"path": "pages/train/costBreakdown/costBreakdown",
			"style": {
				"navigationBarTitleText": "费用明细",
				"enablePullDownRefresh": false,
				"navigationBarBackgroundColor": "#F7F8FA",
				"navigationBarTextStyle": "black"

			}

		},
		{
			"path": "pages/usercenter/myTrain/index/index",
			"style": {
				"navigationBarTitleText": "我的培训",
				"enablePullDownRefresh": false
			}

		}, {
			"path": "pages/usercenter/myTrain/trainSing/trainSing",
			"style": {
				"navigationBarTitleText": "报名详情",
				"enablePullDownRefresh": false
			}

		}, {
			"path": "pages/usercenter/myTrain/trainBillDetail/trainBillDetail",
			"style": {
				"navigationBarTitleText": "订单详情",
				"enablePullDownRefresh": false
			}

		}, {
			"path": "pages/train/payScuess/payScuess",
			"style": {
				"navigationBarTitleText": "支付成功",
				"enablePullDownRefresh": false
			}

		}, {
			"path": "pages/index/login",
			"style": {
				"navigationBarTitleText": "登录",
				"enablePullDownRefresh": false
			}
		}, {
			"path": "pages/index/register",
			"style": {
				"navigationBarTitleText": "注册",
				"enablePullDownRefresh": false
			}
		}
	],
	"globalStyle": {
		"navigationStyle": "custom",
		"navigationBarTextStyle": "white",
		"navigationBarTitleText": "中跆协-工作台"
	}
}