{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationStyle": "custom", // 隐藏系统导航栏 "navigationBarTitleText": "首页" } }, { "path": "pages/mycode/mycode", "style": { "navigationBarTitleText": "退役军人码" } }, { "path": "pages/authentication/authentication", "style": { "navigationBarTitleText": "退役军人职业教育码申请" } }, { "path": "pages/phoneLogin/phoneLogin", "style": { "navigationStyle": "custom", "navigationBarTitleText": "手机登录" } }, { "path": "pages/bannerDetails/bannerDetails", "style": { "navigationBarTitleText": "详情页" } }, { "path": "pages/policyNews/policyNews", "style": { "navigationBarTitleText": "政策资讯" } }, { "path": "pages/policyNewsDetails/policyNewsDetails", "style": { "navigationBarTitleText": "文章详情" } }, { "path": "pages/newsDetails/newsDetails", "style": { "navigationBarTitleText": "文章详情" } }, { "path": "pages/login/code", "style": { "navigationBarTitleText": "验证码" } }, { "path": "pages/mine/mine", "style": { "navigationBarTitleText": "个人中心", "navigationStyle": "custom" } }, { "path": "pages/center/center", "style": { "navigationBarTitleText": "中心", "enablePullDownRefresh": false } }, { "path": "pages/privacyPolicy/privacyPolicy", "style": { "navigationBarTitleText": "隐私政策" } }, { "path": "pages/schools/schools", "style": { "navigationBarTitleText": "学院列表" } }, { "path": "pages/skillsTraining/skillsTraining", "style": { "navigationBarTitleText": "技能培训" } }, { "path": "pages/basicTraining/basicTraining", "style": { "navigationBarTitleText": "适应性培训" } }, { "path": "pages/basicTraining/myBasicTraining/myBasicTraining", "style": { "navigationBarTitleText": "我的适应性培训" } }, { "path": "pages/basicTraining/basicTrainingDetails/basicTrainingDetails", "style": { "navigationBarTitleText": "在线上课" } }, { "path": "pages/upgrade/upgrade", "style": { "navigationBarTitleText": "学历提升" } }, { "path": "pages/inbuild/inbuild", "style": { "navigationBarTitleText": "建设中" } }, { "path": "pages/recruitment/recruitment", "style": { "navigationStyle": "custom", "navigationBarTitleText": "招聘就业" } }, { "path": "pages/myResume/myResume", "style": { "navigationBarTitleText": "简历", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#2a82e4", "navigationBarTextStyle": "white" } }, { "path": "pages/dynamicTracking/dynamicTracking", "style": { "navigationBarTitleText": "全链条动态跟踪", "enablePullDownRefresh": false } }, { "path": "pages/personalModify/personalModify", "style": { "navigationBarTitleText": "个人资料修改", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#fff" } }, { "path": "pages/evaluationIntention/evaluationIntention", "style": { "navigationBarTitleText": "求职意向自我评价", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/myDelivery/myDelivery", "style": { "navigationBarTitleText": "我的投递", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#fff" } }, { "path": "pages/jodDetails/jodDetails", "style": { "navigationBarTitleText": "职位详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#fff" } }, { "path": "pages/myInterview/myInterview", "style": { "navigationBarTitleText": "我的面试", "enablePullDownRefresh": false } }, { "path": "pages/mySkillsTraining/mySkillsTraining", "style": { "navigationBarTitleText": "我的技能培训", "enablePullDownRefresh": false } }, { "path": "pages/myEvaluation/myEvaluation", "style": { "navigationBarTitleText": "我的评价", "enablePullDownRefresh": false } }, { "path": "pages/setting/setting", "style": { "navigationBarTitleText": "设置", "enablePullDownRefresh": false } }, { "path": "pages/progressiveIntegral/progressiveIntegral", "style": { "navigationBarTitleText": "进步积分", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#909399", "selectedColor": "#303133", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/icons/index-gray.png", "selectedIconPath": "static/icons/index.png", "text": "首页" }, { "pagePath": "pages/mycode/mycode", "iconPath": "static/icons/code-gray.png", "selectedIconPath": "static/icons/code.png", "text": "退役军人码" }, { "pagePath": "pages/mine/mine", "iconPath": "static/icons/mine-gray.png", "selectedIconPath": "static/icons/mine.png", "text": "我" }] } }