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