{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "uni-app" } }, { "path": "pages/mine/mine", "style": { "navigationBarTitleText": "" } }, { "path": "pages/msglog/msglog", "style": { "navigationBarTitleText": "" } }, { "path": "pages/careerfair/careerfair", "style": { "navigationBarTitleText": "" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } } ], "tabBar": { "color": "#7A7E83", "selectedColor": "#3cc51f", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/tabbar/post.png", "selectedIconPath": "static/tabbar/posted.png", "text": "职位" }, { "pagePath": "pages/careerfair/careerfair", "iconPath": "static/tabbar/calendar.png", "selectedIconPath": "static/tabbar/calendared.png", "text": "招聘会" }, { "pagePath": "pages/msglog/msglog", "iconPath": "static/tabbar/chat4.png", "selectedIconPath": "static/tabbar/chat4.png", "text": "消息" }, { "pagePath": "pages/mine/mine", "iconPath": "static/tabbar/mine.png", "selectedIconPath": "static/tabbar/mine.png", "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }