{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "空i企", "navigationStyle":"custom" } }, { "path": "pages/park/park_deatil", "style": { "navigationBarTitleText": "园区概况", "navigationBarBackgroundColor": "#02A7F0", "navigationBarTextStyle":"white" } }, { "path": "pages/selfCenter/index", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/appeal/index", "style": { "navigationBarTitleText": "提建议" } }, { "path": "pages/policy/index", "style": { "navigationBarTitleText": "搜政策" } }, { "path": "pages/park/index", "style": { "navigationBarTitleText": "园区专区", "navigationBarBackgroundColor": "#02A7F0", "navigationBarTextStyle":"white" } }, { "path": "pages/park/map_search", "style": { "navigationBarTitleText": "地图找园区", "navigationBarBackgroundColor": "#02A7F0", "navigationBarTextStyle":"white" } }, { "path": "pages/activity/index", "style": { "navigationBarTitleText": "找活动" } }, { "path": "pages/supply/index", "style": { "navigationBarTitleText": "发供需" } }, { "path": "pages/enterprise/index", "style": { "navigationBarTitleText": "查企业" } }, { "path": "pages/service/index", "style": { "navigationBarTitleText": "找服务" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "空i企", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#d8d8d8", "selectedColor": "#4a4a4a", "borderStyle": "white", "backgroundColor": "#FFFFFF", "list": [{ "pagePath": "pages/index/index", "iconPath": "/static/tabbar/home-select.png", "selectedIconPath": "/static/tabbar/home-selected.png", "text": "首页" }, { "pagePath": "pages/selfCenter/index", "iconPath": "/static/tabbar/user-select.png", "selectedIconPath": "/static/tabbar/user-selected.png", "text": "我的" } ] } }