pages.json 5.8 KB
{
	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
		{
			"path" : "pages/home/home",
			"style" : 
			{
				"navigationBarTitleText" : "",
				"enablePullDownRefresh" : false
			}
		},
		{
			"path" : "pages/booking/booking",
			"style" : 
			{
				"navigationBarTitleText" : "",
				"enablePullDownRefresh" : false
			}
		},
		{
			"path" : "pages/aboutSphere/aboutSphere",
			"style" : 
			{
				"navigationBarTitleText" : "",
				"enablePullDownRefresh" : false
			}
		},
		{
			"path" : "pages/mall/mall",
			"style" : 
			{
				"navigationBarTitleText" : "",
				"enablePullDownRefresh" : false
			}
		},
		{
			"path" : "pages/my/my",
			"style" : 
			{
				"navigationBarTitleText" : "",
				"navigationStyle": "custom",
				"enablePullDownRefresh" : false
			}
		},
		{
			"path" : "pages/arenaDetail/arenaDetail",
			"style" : 
			{
				"navigationBarTitleText" : "",
				"navigationStyle": "custom",
				"enablePullDownRefresh" : false
			}
		},
		{
			"path" : "pages/arenaDetail/vipRecharge",
			"style" : 
			{
				"navigationBarTitleText" : "",
				"navigationStyle": "custom",
				"enablePullDownRefresh" : false
			}
		},
		{
			"path" : "pages/morePhotos/morePhotos",
			"style" : 
			{
				"navigationBarTitleText" : "场馆照片",
				"enablePullDownRefresh" : false
			}
		},
		{
			"path" : "pages/moreComment/moreComment",
			"style" : 
			{
				"navigationBarTitleText" : "球馆评论",
				"enablePullDownRefresh" : false
			}
		},
		{
			"path" : "pages/comfirmOrder/comfirmOrder",
			"style" : 
			{
				"navigationBarTitleText" : "确认订单",
				"enablePullDownRefresh" : false
			}
		},
		{
			"path" : "pages/timeBooking/timeBooking",
			"style" : 
			{
				"navigationBarTitleText" : "选时订场",
				"enablePullDownRefresh" : false
			}
		},
		{
			"path" : "pages/paysuccess/paysuccess",
			"style" : 
			{
				"navigationBarTitleText" : "支付成功",
				"enablePullDownRefresh" : false
			}
		},
		{
			"path" : "pages/aboutBalls/aboutBalls",
			"style" : 
			{
				"navigationBarTitleText" : "发起约球",
				"enablePullDownRefresh" : false
			}
		},
		{
			"path" : "pages/aboutBallsDetail/aboutBallsDetail",
			"style" : 
			{
				"navigationBarTitleText" : "",
				"navigationStyle": "custom",
				"enablePullDownRefresh" : false
			}
		},
		{
			"path" : "pages/editInfo/editInfo",
			"style" : 
			{
				"navigationBarTitleText" : "编辑信息",
				"enablePullDownRefresh" : false
			}
		},
		{
			"path" : "pages/myOrder/myOrder",
			"style" : 
			{
				"navigationBarTitleText" : "我的订单",
				"enablePullDownRefresh" : false
			}
		},
		{
			"path" : "pages/myWallet/myWallet",
			"style" : 
			{
				"navigationBarTitleText" : "我的钱包",
				"enablePullDownRefresh" : false
			}
		},
		{
			"path" : "pages/moneyEdit/moneyEdit",
			"style" : 
			{
				"navigationBarTitleText" : "金额操作",
				"enablePullDownRefresh" : false
			}
		},
		{
			"path" : "pages/operateSuccess/operateSuccess",
			"style" : 
			{
				"navigationBarTitleText" : "",
				"enablePullDownRefresh" : false
			}
		},
		{
			"path" : "pages/login/login",
			"style" : 
			{
				"navigationBarTitleText" : "",
				"navigationStyle": "custom",
				"enablePullDownRefresh" : false
			}
		},
		{
			"path" : "pages/register/register",
			"style" : 
			{
				"navigationBarTitleText" : "注册",
				"enablePullDownRefresh" : false
			}
		},
		{
			"path" : "pages/applyRefund/applyRefund",
			"style" : 
			{
				"navigationBarTitleText" : "申请退款",
				"enablePullDownRefresh" : false
			}
		},
		{
			"path" : "pages/orderEvaluate/orderEvaluate",
			"style" : 
			{
				"navigationBarTitleText" : "订单评价",
				"enablePullDownRefresh" : false
			}
		},
		{
			"path" : "pages/home/coachHome",
			"style" : 
			{
				"navigationBarTitleText" : "",
				"navigationStyle": "custom"
			}
		},
		{
			"path" : "pages/home/organHome",
			"style" : 
			{
				"navigationBarTitleText" : ""
			}
		}
	],
	// "tabBar": {
	//   "color": "#888888",
	//   "selectedColor": "#FFA100",
	//   "borderStyle": "black",
	//   "backgroundColor": "#ffffff",
	//   "list": [{
	//     "pagePath": "pages/home/home",
	//     "iconPath": "static/tabbar/House.png",
	//     "selectedIconPath": "static/tabbar/House_active.png",
	//     "text": "首页"
	//   }, {
	//     "pagePath": "pages/booking/booking",
	//     "iconPath": "static/tabbar/Timer.png",
	//     "selectedIconPath": "static/tabbar/Timer_active.png",
	//     "text": "订场"
	//   }, {
	//     "pagePath": "pages/aboutSphere/aboutSphere",
	//     "iconPath": "static/tabbar/Basketball.png",
	//     "selectedIconPath": "static/tabbar/Basketball_active.png",
	//     "text": "约球"
	//   }, {
	//     "pagePath": "pages/mall/mall",
	//     "iconPath": "static/tabbar/shopping.png",
	//     "selectedIconPath": "static/tabbar/shopping_active.png",
	//     "text": "商城"
	//   },{
	// 	  "pagePath": "pages/my/my",
	// 	  "iconPath": "static/tabbar/SmileyBlank.png",
	// 	  "selectedIconPath": "static/tabbar/SmileyWink_active.png",
	// 	  "text": "我的"
	// 	}]
	// },
	"globalStyle": {
	  // #ifdef H5
	  // "navigationStyle": "custom",
	  "maxWidth": 750,
	  "rpxCalcMaxDeviceWidth": 750, // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960
	  "rpxCalcBaseDeviceWidth": 560, // rpx 计算使用的基准设备宽度,设备实际宽度超出 rpx 计算所支持的最大设备宽度时将按基准宽度计算,单位 px,默认值为 375
	  "rpxCalcIncludeWidth": 9999, // rpx 计算特殊处理的值,始终按实际的设备宽度计算,单位 rpx,默认值为 750
	  // #endif
	  "navigationBarBackgroundColor": "#ffffff",
	  "navigationBarTitleText": "",
	  "navigationBarTextStyle": "black",
	  "backgroundTextStyle": "dark"
	},
	"easycom": {
		"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
	},
	"uniIdRouter": {}
}