{ "easycom": { "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ { "path": "pay/index", "style": { "navigationBarTitleText": "冀驿付", "enablePullDownRefresh": false // #ifdef H5 , "navigationStyle": "custom" // #endif } }, { "path": "pay/scanpay", "style": { "navigationBarTitleText": "向商家付款", "enablePullDownRefresh": false // #ifdef H5 , "navigationStyle": "custom" // #endif } }, { "path": "pay/paySuccess", "style": { "navigationBarTitleText": "支付成功", "enablePullDownRefresh": false // #ifdef H5 , "navigationStyle": "custom" // #endif } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "冀驿付", "navigationBarBackgroundColor": "#EDEDED", "backgroundColor": "#EDEDED" }, "uniIdRouter": {} }