{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/index/successPage/index", "style": { "navigationBarTitleText": "个人信息" } }, { "path": "pages/index/customPage/index", "style": { "navigationBarTitleText": "个人信息" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "科尔卡诺", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#d8d8d8", "selectedColor": "#4a4a4a", "borderStyle": "white", "backgroundColor": "#FFFFFF", "list": [ { "pagePath": "pages/index/index", "iconPath": "/static/tabbar/house-pic-nor.png", "selectedIconPath": "/static/tabbar/house-pic-active.png", "text": "首页" }, { "pagePath": "pages/index/index", "iconPath": "/static/tabbar/use-pic-nor.png", "selectedIconPath": "/static/tabbar/use-pic-active.png", "text": "个人中心" } ] } }