{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationStyle": "custom" } }, { "path" : "pages/my/my", "style" : { "navigationStyle" : "custom" } }, { "path" : "pages/articleList/articleList", "style" : { "navigationBarTitleText" : "列表" } }, { "path" : "pages/dogApplication/dogApplication", "style" : { "navigationBarTitleText" : "犬证办理" } }, { "path" : "pages/articleDetail/articleDetail", "style" : { "navigationBarTitleText" : "详情" } } ], "tabBar": { "color": "#000", "selectedColor": "#000", "borderStyle": "black", "height": "100rpx", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/tabImg/index.png", "selectedIconPath": "/static/tabImg/index-select.png", "text": "工作台" }, { "pagePath": "pages/my/my", "iconPath": "static/tabImg/my.png", "selectedIconPath": "/static/tabImg/my-select.png", "text": "我的" }] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }