{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "uni-app" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "" } }, { "path": "pages/privacy/privacy", "style": { "navigationBarTitleText": "" } }, { "path": "pages/home/index", "style": { "navigationBarTitleText": "" } }, { "path": "pages/contacts/index", "style": { "navigationBarTitleText": "" } }, { "path": "pages/discover/index", "style": { "navigationBarTitleText": "" } }, { "path": "pages/me/index", "style": { "navigationBarTitleText": "" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {}, "tabBar": { "color": "#999", "selectedColor": "#07c160", "backgroundColor": "#fff", "borderStyle": "black", "list": [ { "pagePath": "pages/home/index", "iconPath": "static/tab_home.png", "selectedIconPath": "static/tab_home_active.png", "text": "微信" }, { "pagePath": "pages/contacts/index", "iconPath": "static/tab_contacts.png", "selectedIconPath": "static/tab_contacts_active.png", "text": "通讯录" }, { "pagePath": "pages/discover/index", "iconPath": "static/tab_discover.png", "selectedIconPath": "static/tab_discover_active.png", "text": "发现" }, { "pagePath": "pages/me/index", "iconPath": "static/tab_me.png", "selectedIconPath": "static/tab_me_active.png", "text": "我" } ] } }