pages.json 6.31 KB
{
	"pages": [
		//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
		// 首页
		{
			"path": "pages/home/home",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 登录
		{
			"path": "pages/login",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 验证码
		{
			"path": "pages/code",
			"style": {
				"navigationStyle": "custom"
			}
		},
		//首页地址选择
		{
			"path": "pages/home/addressChange",
			"style": {
				"navigationStyle": "custom",
				"enablePullDownRefresh": true
			}
		},
		// 员工扫二维码跳转
		{
			"path": "pages/scanCodeUserInfo/index",
			"style": {
				"navigationStyle": "custom",
				"enablePullDownRefresh": true
			}
		},
		// 门店列表
		{
			"path": "pages/home/storeList",
			"style": {
				"navigationStyle": "custom",
				"enablePullDownRefresh": true
			}
		},
		// 门店详情
		{
			"path": "pages/home/storeDetails",
			"style": {
				"navigationStyle": "custom",
				"enablePullDownRefresh": true
			}
		},
		// 气瓶详情
		{
			"path": "pages/home/gasDetail",
			"style": {
				"navigationStyle": "custom",
				"enablePullDownRefresh": true
			}
		},
		// 提交订单
		{
			"path": "pages/home/placeOrder",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 提交成功
		{
			"path": "pages/home/orderSuccessful",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 维修/报修
		{
			"path": "pages/home/repairReport",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 结果反馈
		{
			"path": "pages/home/repairReportSuccess",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 订单
		{
			"path": "pages/order/order",
			"style": {
				"navigationStyle": "custom",
				"enablePullDownRefresh": true
			}
		},
		// 订单详情
		{
			"path": "pages/order/orderDetail",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 我的
		{
			"path": "pages/mine/mine",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 我的气瓶
		{
			"path": "pages/mine/myGasBottle",
			"style": {
				"navigationStyle": "custom",
				"enablePullDownRefresh": true
			}
		},
		// 入户安检
		{
			"path": "pages/mine/appList/homeSecurity/homeSecurityCheck",
			"style": {
				"navigationStyle": "custom",
				"enablePullDownRefresh": true
			}
		},
		// 安检详情
		{
			"path": "pages/mine/appList/homeSecurity/checkDetail",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 气瓶信息
		{
			"path": "pages/home/gasBottle",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 地址管理
		{
			"path": "pages/mine/appList/addressManagement/addressManagement",
			"style": {
				"navigationStyle": "custom",
				"enablePullDownRefresh": true
			}
		},
		// 报修工单
		{
			"path": "pages/mine/appList/repairWorkOrder/repairWorkOrder",
			"style": {
				"navigationStyle": "custom",
				"enablePullDownRefresh": true
			}
		},
		{
			"path": "pages/mine/appList/repairWorkOrder/repairDetailInfo",
			"style": {
				"navigationStyle": "custom"
			}
		},
		//未开发功能界面
		{
			"path": "pages/mine/emptyPage",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 新增地址
		{
			"path": "pages/mine/appList/addressManagement/addAddress",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 编辑信息
		{
			"path": "pages/mine/appList/editInformation/editInformation",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 气瓶信息查询
		{
			"path": "pages/mine/appList/gasInformation/gasInformation",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 气瓶信息详情
		{
			"path": "pages/mine/appList/deaerationList/deaerationList",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 气瓶信息详情
		{
			"path": "pages/mine/appList/gasCylinderInformation/gasBottle/gasBottle",
			"style": {
				"navigationStyle": "custom"
			}
		},
		//充装信息详情
		{
			"path": "pages/mine/appList/gasCylinderInformation/chargingInformation/chargingInformation",
			"style": {
				"navigationStyle": "custom",
				"enablePullDownRefresh": true
			}
		},
		//检查信息详情
		{
			"path": "pages/mine/appList/gasCylinderInformation/checkInformation/checkInformation",
			"style": {
				"navigationStyle": "custom"
			}
		},
		//检验信息详情
		{
			"path": "pages/mine/appList/gasCylinderInformation/inspectionInformation/inspectionInformation",
			"style": {
				"navigationStyle": "custom"
			}
		},
		//末次流转详情
		{
			"path": "pages/mine/appList/gasCylinderInformation/lastTransfer/lastTransfer",
			"style": {
				"navigationStyle": "custom"
			}
		},
		//安全须知详情
		{
			"path": "pages/mine/appList/gasCylinderInformation/safetyNotice/safetyNotice",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 认证中心
		{
			"path": "pages/mine/appList/realNameAuth/realNameMode",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 实名认证
		{
			"path": "pages/mine/appList/realNameAuth/realNameAuthentication",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 忘记密码
		{
			"path": "pages/forgotPassword",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 扫码
		{
			"path": "pages/scan/scanCode",
			"style": {
				"app-plus": { //去掉顶部的title
					"titleNView": false
				},
				"navigationStyle": "custom",
				"enablePullDownRefresh": false

			}
		},
		// 条码查询
		{
			"path": "pages/scan/barcodeQuery",
			"style": {
				"navigationStyle": "custom",
				"enablePullDownRefresh": false
			}
		},
		// 退瓶列表
		{
			"path" : "pages/mine/appList/listOfBottleReturn/listOfBottleReturn",
			"style" :
			{
				"navigationStyle": "custom",
				"enablePullDownRefresh" : true
			}
		},
		// 其他气站电话
		{
			"path" : "pages/home/otherGasStationsPhone",
			"style" :
			{
				"navigationStyle": "custom",
				"enablePullDownRefresh" : true
			}
		},
		{
			"path": "pages/jump/weChatOffAcc",
			"style": {
				"navigationStyle": "custom"
			}
		}
	],
	"tabBar": {
		"custom": true,
		"list": [{
				"pagePath": "pages/home/home"
			},
			{
				"pagePath": "pages/order/order"
//				"pagePath": "pages/scanCodeUserInfo/index"
			},
			{
				"pagePath": "pages/mine/mine"
			}
		]
	},
	"globalStyle": {
		"navigationBarTextStyle": "black",
		"navigationBarTitleText": "会员端",
		"navigationStyle": "custom",
		"backgroundColor": "#F8F8F8"
	}
}