{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/login", "style": { "enablePullDownRefresh": false, "mp-weixin": { "navigationStyle": "custom", "disableScroll": true }, "mp-alipay": { "transparentTitle": "always", "allowsBounceVertical": "NO" } } }, { "path": "pages/home/home", "style": { "mp-weixin": { "navigationStyle": "custom", "disableScroll": true }, "mp-alipay": { "transparentTitle": "always", "allowsBounceVertical": "NO" } } }, { "path": "pages/order/order", "style": { "enablePullDownRefresh": true, "mp-weixin": { "navigationStyle": "custom" }, "mp-alipay": { "transparentTitle": "always" } } }, { "path": "pages/my/my", "style": { "mp-weixin": { "navigationStyle": "custom", "disableScroll": true }, "mp-alipay": { "transparentTitle": "always", "allowsBounceVertical": "NO" } } }, { "path": "mp_ecard_sdk/index/index", "style": { "navigationBarTitleText": "腾讯云E证通授权", "mp-alipay": { "allowsBounceVertical": "NO" } } } ], "globalStyle": { "mp-weixin": { "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#a09cc4" }, "mp-alipay": { "titleBarColor": "#a09cc4", "navigationBarFrontColor": "white" } }, "tabBar": { "selectedColor": "#9793b6", "list": [{ "pagePath": "pages/home/home", "text": "首页", "iconPath": "static/home.png", "selectedIconPath": "static/home_selected.png" }, { "pagePath": "pages/order/order", "text": "订单", "iconPath": "static/order.png", "selectedIconPath": "static/order_selected.png" }, { "pagePath": "pages/my/my", "text": "我的", "iconPath": "static/my.png", "selectedIconPath": "static/my_selected.png" } ] }, "subPackages": [{ "root": "subpkg", "pages": [{ "path": "myAccount/myAccount", "style": { "enablePullDownRefresh": false, "mp-weixin": { "navigationStyle": "custom" }, "mp-alipay": { "transparentTitle": "always", "allowsBounceVertical": "NO" } } }, { "path": "checkout/checkout", "style": { "navigationBarTitleText": "退房办理", "enablePullDownRefresh": false, "mp-alipay": { "allowsBounceVertical": "NO" } } }, { "path": "extend/extend", "style": { "enablePullDownRefresh": false, "mp-weixin": { "navigationStyle": "custom" }, "mp-alipay": { "transparentTitle": "always", "allowsBounceVertical": "NO" } } }, { "path": "emergencyKey/emergencyKey", "style": { "enablePullDownRefresh": false, "mp-weixin": { "navigationStyle": "custom" }, "mp-alipay": { "transparentTitle": "always", "allowsBounceVertical": "NO" } } }, { "path": "updateNameAndIdNumber/updateNameAndIdNumber", "style": { "enablePullDownRefresh": false, "mp-weixin": { "navigationStyle": "custom" }, "mp-alipay": { "transparentTitle": "always", "allowsBounceVertical": "NO" } } }, { "path": "elevatorControl/elevatorControl", "style": { "enablePullDownRefresh": false, "mp-weixin": { "navigationStyle": "custom" }, "mp-alipay": { "transparentTitle": "always", "allowsBounceVertical": "NO" } } }, { "path": "orderDetail/orderDetail", "style": { "enablePullDownRefresh": false, "mp-weixin": { "navigationStyle": "custom" }, "mp-alipay": { "transparentTitle": "always", "allowsBounceVertical": "NO" } } }, { "path": "selectHotel/selectHotel", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "mp-alipay": { "allowsBounceVertical": "NO" } } }, { "path": "chooseHotel/chooseHotel", "style": { "enablePullDownRefresh": false, "mp-weixin": { "navigationStyle": "custom" }, "mp-alipay": { "transparentTitle": "always", "allowsBounceVertical": "NO" } } }, { "path": "protocol/protocol", "style": { "enablePullDownRefresh": false, "mp-weixin": { "navigationStyle": "custom", "disableScroll": true }, "mp-alipay": { "transparentTitle": "always", "allowsBounceVertical": "NO" } } } ] }, { "root": "subpkg_checkin", "pages": [{ "path": "selectRoomType/selectRoomType", "style": { "enablePullDownRefresh": false, "mp-weixin": { "navigationStyle": "custom" }, "mp-alipay": { "transparentTitle": "always", "allowsBounceVertical": "NO" } } }, { "path": "selectRoom/selectRoom", "style": { "enablePullDownRefresh": false, "mp-weixin": { "navigationStyle": "custom" }, "mp-alipay": { "transparentTitle": "always", "allowsBounceVertical": "NO" } } }, { "path": "addGuest/addGuest", "style": { "enablePullDownRefresh": false, "mp-weixin": { "navigationStyle": "custom" }, "mp-alipay": { "transparentTitle": "always", "allowsBounceVertical": "NO" } } }, // { // "path": "dynamicFaceCheck/dynamicFaceCheck", // "style": { // "navigationBarTitleText": "人证比对", // "enablePullDownRefresh": false, // "mp-alipay": { // "allowsBounceVertical": "NO" // } // } // }, { "path": "checkin/checkin", "style": { "enablePullDownRefresh": false, "mp-weixin": { "navigationStyle": "custom" }, "mp-alipay": { "transparentTitle": "always", "allowsBounceVertical": "NO" } } }, { "path": "selectCheckinType/selectCheckinType", "style": { "enablePullDownRefresh": false, "mp-weixin": { "navigationStyle": "custom", "disableScroll": true }, "mp-alipay": { "transparentTitle": "always", "allowsBounceVertical": "NO" } } }, { "path": "queryOrder/queryOrder", "style": { "enablePullDownRefresh": false, "mp-weixin": { "navigationStyle": "custom" }, "mp-alipay": { "transparentTitle": "always", "allowsBounceVertical": "NO" } } }, { "path": "orderDetail/orderDetail", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false, "mp-alipay": { "allowsBounceVertical": "NO" } } }, { "path": "staticFaceCheck/staticFaceCheck", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "mp-alipay": { "allowsBounceVertical": "NO" } } }, { "path": "confirmOrder/confirmOrder", "style": { // #ifdef MP-ALIPAY "usingComponents": { "ant-swipe-action": "/mycomponents/node_modules/antd-mini/es/SwipeAction/index" }, // #endif "enablePullDownRefresh": false, "mp-weixin": { "navigationStyle": "custom" }, "mp-alipay": { "transparentTitle": "always", "allowsBounceVertical": "NO" } } }, { "path": "queryOrderResult/queryOrderResult", "style": { "enablePullDownRefresh": false, "mp-weixin": { "navigationStyle": "custom" }, "mp-alipay": { "transparentTitle": "always", "allowsBounceVertical": "NO" } } } // #ifdef MP-ALIPAY , { "path": "alipayCheckPic/alipayCheckPic", "style": { "enablePullDownRefresh": false, "mp-weixin": { "navigationStyle": "custom" }, "mp-alipay": { "transparentTitle": "always", "allowsBounceVertical": "NO" } } } // #endif ] } ] }