{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/mine", "style": { "navigationStyle": "custom" } }, { "path": "pages/msglog/msglog", "style": { "navigationStyle": "custom" } }, { "path": "pages/careerfair/careerfair", "style": { "navigationStyle": "custom" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } }, { "path": "pages/nearby/nearby", "style": { "navigationBarTitleText": "附近", "navigationBarBackgroundColor": "#4778EC", "navigationBarTextStyle": "white" } } ], "subpackages": [{ "root": "packageA", "pages": [{ "path": "pages/choiceness/choiceness", "style": { "navigationBarTitleText": "精选", "navigationBarBackgroundColor": "#4778EC", "navigationBarTextStyle": "white" } }, { "path": "pages/post/post", "style": { "navigationBarTitleText": "职位详情", "navigationBarBackgroundColor": "#4778EC", "navigationBarTextStyle": "white" } }, { "path": "pages/UnitDetails/UnitDetails", "style": { "navigationBarTitleText": "单位详情", "navigationBarBackgroundColor": "#4778EC", "navigationBarTextStyle": "white" } }, { "path": "pages/exhibitors/exhibitors", "style": { "navigationBarTitleText": "参展单位", "navigationBarBackgroundColor": "#4778EC", "navigationBarTextStyle": "white" } }, { "path": "pages/myResume/myResume", "style": { "navigationBarTitleText": "我的简历", "navigationBarBackgroundColor": "#4778EC", "navigationBarTextStyle": "white" } }] }], "tabBar": { "color": "#7A7E83", "selectedColor": "#002979", "borderStyle": "black", "backgroundColor": "#ffffff", "midButton": { "width": "50px", "height": "50px", "backgroundImage": "static/tabbar/logo2.png" }, "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/chat4ed.png", "text": "消息" }, { "pagePath": "pages/mine/mine", "iconPath": "static/tabbar/mine.png", "selectedIconPath": "static/tabbar/mined.png", "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }