{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { //"navigationBarTitleText": "配件查询", "enablePullDownRefresh": true, "navigationStyle": "custom" } }, { "path": "pages/index/list", "style": { "navigationBarTitleText": "配件列表" //"navigationStyle": "custom" } }, { "path": "pages/index/datail", "style": { "navigationBarTitleText": "配件详情" //"navigationStyle": "custom" } }, { "path": "pages/index/applyCx", "style": { "navigationBarTitleText": "适用车型" //"navigationStyle": "custom" } }, { "path": "pages/goods/goods", "style": { "navigationBarTitleText": "配件查询", "enablePullDownRefresh": true //"navigationStyle": "custom" } } /* { "path": "pages/index/carModel", "style": { //"navigationBarTitleText": "配件查询" "navigationStyle": "custom" } } */ ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "配件查询", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" } }