pages.json 5.61 KB
{
	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
		{
			"path": "pages/home/home",
			"style": {
				"navigationStyle": "custom",
				"enablePullDownRefresh": true
			}
		},
		{
			"path": "pages/login",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 验证码登录
		{
			"path": "pages/code",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 忘记密码
		{
			"path": "pages/forgotPassword",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 订单配送
		{
			"path": "pages/home/appList/orderDelivery/orderDelivery",
			"style": {
				"navigationStyle": "custom",
				"enablePullDownRefresh": true
			}
		},
		// 订单详情
		{
			"path": "pages/home/appList/orderDelivery/orderDetail",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 入户安检
		{
			"path": "pages/home/appList/securityCheck/securityCheck",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 员工扫二维码跳转
		{
			"path": "pages/scanCodeUserInfo/index",
			"style": {
				"navigationStyle": "custom",
				"enablePullDownRefresh": true
			}
		},
		// 用户详情
		{
			"path": "pages/userInfo/index",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 配送成功页
		{
			"path": "pages/home/appList/securityCheck/step/success",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 签名
		{
			"path": "pages/home/appList/securityCheck/sign",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 气瓶信息查询
		{
			"path": "pages/home/appList/gasInformation/gasInformation",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 气瓶信息详情
		{
			"path": "pages/home/appList/gasCylinderInformation/gasBottle/gasBottle",
			"style": {
				"navigationStyle": "custom"
			}
		},
		//充装信息详情
		{
			"path": "pages/home/appList/gasCylinderInformation/chargingInformation/chargingInformation",
			"style": {
				"navigationStyle": "custom",
				"enablePullDownRefresh": true
			}
		},
		//检查信息详情
		{
			"path": "pages/home/appList/gasCylinderInformation/checkInformation/checkInformation",
			"style": {
				"navigationStyle": "custom"
			}
		},
		//检验信息详情
		{
			"path": "pages/home/appList/gasCylinderInformation/inspectionInformation/inspectionInformation",
			"style": {
				"navigationStyle": "custom"
			}
		},
		//末次流转详情
		{
			"path": "pages/home/appList/gasCylinderInformation/lastTransfer/lastTransfer",
			"style": {
				"navigationStyle": "custom"
			}
		},
		//安全须知详情
		{
			"path": "pages/home/appList/gasCylinderInformation/safetyNotice/safetyNotice",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 帮助下单
		{
			"path": "pages/home/appList/helpPlaceAnOrder/helpPlaceAnOrder",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 完善客户信息
		{
			"path": "pages/home/appList/helpPlaceAnOrder/improveCustomer",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 帮助下单成功页
		{
			"path": "pages/home/appList/helpPlaceAnOrder/orderSuccessful",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 领取气瓶
		{
			"path": "pages/home/appList/receiveGas/receiveGas",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 订单配送
		{
			"path": "pages/home/appList/handGasBottle/handGasBottle",
			"style": {
				"navigationStyle": "custom",
				"enablePullDownRefresh": true
			}
		},
		// 回收气瓶1
		{
			"path": "pages/home/appList/gasCylinderRecycling/gasCylinderDeflation",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 回收气瓶2
		{
			"path": "pages/home/appList/gasCylinderRecycling/gasCylinderRecycling",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 上门维修
		{
			"path": "pages/home/appList/onSiteRepair/onSiteRepair",
			"style": {
				"navigationStyle": "custom",
				"enablePullDownRefresh": true
			}
		},
		// 上门维修-查看详情
		{
			"path": "pages/home/appList/onSiteRepair/repairDetail",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 上门维修-提交工单
		{
			"path": "pages/home/appList/onSiteRepair/submitOrder",
			"style": {
				"navigationStyle": "custom"
			}
		},
		// 上门维修-提交订单成功
		{
			"path": "pages/home/appList/onSiteRepair/successSubmit",
			"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/home/appList/gasCylinderOutbound/gasCylinderOutbound",
			"style": {
				"navigationStyle": "custom",
				"enablePullDownRefresh": false
			}
		},
		// 气瓶入库
		{
			"path": "pages/home/appList/gasCylinderStorage/gasCylinderStorage",
			"style": {
				"navigationStyle": "custom",
				"enablePullDownRefresh": false
			}
		},
		// 订单管理
		{
			"path": "pages/home/appList/orderManagement/orderManagement",
			"style": {
				"navigationStyle": "custom",
				"enablePullDownRefresh": true
			}
		},
		// 气瓶自提
		{
			"path": "pages/home/appList/orderManagement/gasCylinderSelfPickup",
			"style": {
				"navigationStyle": "custom",
				"enablePullDownRefresh": false
			}
		}
	],
	"globalStyle": {
		"navigationBarTextStyle": "black",
		"navigationBarTitleText": "员工端",
		"navigationBarBackgroundColor": "#F8F8F8",
		"backgroundColor": "#F8F8F8"
	},
	"uniIdRouter": {}
}