{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页", "app-plus": { "titleNView": false } } }, { "path": "pages/index/wechat", "style": { "navigationBarTitleText": "登录", "app-plus": { "titleNView": false } } }, { "path": "pages/index/order", "style": { "navigationBarTitleText": "确认订单", "app-plus": { "titleNView": false } } }, { "path": "pages/user/index", "style": { "navigationBarTitleText": "我的", "app-plus": { "titleNView": false } } }, { "path": "pages/address/index", "style": { "navigationBarTitleText": "收货地址", "enablePullDownRefresh": true, "app-plus": { "titleNView": false } } }, { "path": "pages/address/select", "style": { "navigationBarTitleText": "选择收货地址", "app-plus": { "titleNView": false } } }, { "path": "pages/address/add", "style": { "navigationBarTitleText": "新增收货地址", "app-plus": { "titleNView": false } } }, { "path": "pages/order/index", "style": { "navigationBarTitleText": "我的订单", "enablePullDownRefresh": true, "app-plus": { "titleNView": false } } }, { "path": "pages/order/detail", "style": { "navigationBarTitleText": "订单详情", "app-plus": { "titleNView": false } } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "柏森点餐", "navigationBarBackgroundColor": "#50ACF9", "backgroundColor": "#50ACF9" } }