{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/home/home", "style": { "navigationBarTitleText": "首页-谛宝多多商城" } }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "白条专区-谛宝多多商城" } }, { "path": "pages/category/category", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "白条分类-谛宝多多商城" } }, { "path": "pages/web/web", "style": { "navigationBarTitleText": "白条专区-谛宝多多商城" } }, { "path": "pages/detail/detail", "style": { "navigationBarTitleText": "白条详情-谛宝多多商城" } }, { "path": "pages/searchhistory/searchhistory", "style": { "navigationBarTitleText": "搜索历史-谛宝多多商城" } }, { "path": "pages/search/search", "style": { "navigationBarTitleText": "商品搜索-谛宝多多商城" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "谛宝多多商城", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#fbfbfb", "app-plus": {"titleNView": false} } }