{ "pages": [{ "path": "pages/index/index" // "path": "pages/order/order-detail" }, { "path": "pages/product/product-detail", "style": { "navigationBarTitleText": "" } }, { "path": "pages/product/product-pick", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } } // , // { // "path": "pages/order/order-detail", // "style": { // "navigationBarTitleText": "", // "enablePullDownRefresh": false // } // } ], "globalStyle": { "navigationStyle": "custom", "navigationBarTextStyle": "black", // "navigationBarTitleText": "uni-app", // "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "app-plus": { "background": "#efeff4" } } }