|  | @@ -1,666 +1,674 @@
 | 
	
		
			
				|  |  |  {
 | 
	
		
			
				|  |  | -  "easycom": {
 | 
	
		
			
				|  |  | -    "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
 | 
	
		
			
				|  |  | -  },
 | 
	
		
			
				|  |  | -  "pages": [
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/index/index",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom",
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "首页"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/mycode/mycode",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom",
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "退役军人码"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/authentication/authentication",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "退役军人职业教育码申请",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/phoneLogin/phoneLogin",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom",
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "手机登录"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/bannerDetails/bannerDetails",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "详情页",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/policyNews/policyNews",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "政策资讯"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/policyNewsDetails/policyNewsDetails",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "文章详情"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/newsDetails/newsDetails",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "新闻详情",
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "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": "学院列表",
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/skillsTraining/skillsTraining",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "技能培训",
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/basicTraining/basicTraining",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "适应性培训",
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/basicTraining/myBasicTraining/myBasicTraining",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "我的适应性培训",
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/upgrade/upgrade/upgrade",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "学历提升",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/upgrade/introductionDetails/introductionDetails",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "学历提升",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/inbuild/inbuild",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "建设中"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/recruitment/recruitment",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "招聘就业",
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/myResume/myResume",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "简历",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/myResume/addExperience",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "添加工作经历",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/myResume/addEducation",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "添加培训与教育经历",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/personalModify/personalModify",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "个人资料修改",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/schools/schools",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "学院列表",
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/skillsTraining/skillsTraining",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "技能培训"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/basicTraining/basicTraining",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "适应性培训"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/basicTraining/myBasicTraining/myBasicTraining",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "我的适应性培训",
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "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/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": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/myInterview/myInterview",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "我的面试",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/myEvaluation/myEvaluation",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "我的评价",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/setting/setting",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "设置",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/progressiveIntegral/progressiveIntegral",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "进步积分",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/cooperativeEnterprise/cooperativeEnterprise",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "企业列表",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/businessDetails/businessDetails",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "企业详情",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/jobDetails/jobDetails",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "职位详情",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/resumeDeliveryResults/resumeDeliveryResults",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "简历投递结果",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/applyEducationCode/applyEducationCode",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "退役军人职业教育码申请",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/applyEducationCode/applyEducationSuccess",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "退役军人职业教育码申请",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/newsInformation/newsInformation",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "新闻动态",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/schoolDetails/schoolDetails",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "学院详情",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/professionalDetails/professionalDetails",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "专业详情",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/policyInfo/policyInfo",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "政策资讯",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/notification/notification",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "消息通知",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/questionConsulting/questionConsulting",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "问题咨询",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/policyInfo/policyInfoDetails",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "政策资讯详情",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/integralRule/integralRule",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "积分规则",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/recruitStudents/recruitStudents",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "招生简章",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/upgrade/professionalIntroduction/professionalIntroduction",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "专业介绍",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/basicTraining/onlineTrainingDetails/onlineTrainingDetails",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "适应性培训线上课程",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/basicTraining/offlineTrainingDetails/offlineTrainingDetails",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "线下课程详情",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/upgrade/courseDetail/courseDetail",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "课程详细",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/skillsTraining/registrationNotice/registrationNotice",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "报班通知",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/mine/skillsTraining/skillsTraining",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "我的技能培训",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/skillsTraining/skillsPackage/skillsPackage",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "技能包",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/skillsTraining/skillsTrainingCourse/skillsTrainingCourse",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "技能培训课程",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/skillsTraining/submitSuccess/submitSuccess",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/skillsTraining/courseDetailed/courseDetailed",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "课程详细",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/mine/skillsTraining/skillsTrainingDetails/skillsTrainingDetails",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "我的技能培训详情",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/skillsTraining/achievementCertificate/achievementCertificate",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "成绩和证书",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/skillsTraining/addAchievementCertificate/addAchievementCertificate",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "录入成绩与证书",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/skillsTraining/certificateDetails/certificateDetails",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "证书详情",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/notification/noticeDetails/noticeDetails",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "消息详情",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/upgrade/upgradeCourse/upgradeCourse",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "学历提升课程",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/webView/webView",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/entrepreneurshipGuidelines/entrepreneurshipGuidelines",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "创业指引",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/entrepreneurshipGuidelines/addPlan/addPlan",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "提交创业计划",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/entrepreneurshipGuidelines/planDetails/planDetails",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "创业计划详情",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | -    {
 | 
	
		
			
				|  |  | -      "path": "pages/entrepreneurshipGuidelines/previewPdf/previewPdf",
 | 
	
		
			
				|  |  | -      "style": {
 | 
	
		
			
				|  |  | -        "navigationBarTitleText": "预览PDF",
 | 
	
		
			
				|  |  | -        "enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | -        "navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | -        "navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | -        "navigationStyle": "custom"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -  ],
 | 
	
		
			
				|  |  | -  "globalStyle": {
 | 
	
		
			
				|  |  | -    "navigationBarTextStyle": "black",
 | 
	
		
			
				|  |  | -    "navigationBarTitleText": "uni-app",
 | 
	
		
			
				|  |  | -    "navigationBarBackgroundColor": "#F2F2F2",
 | 
	
		
			
				|  |  | -    "backgroundColor": "#F2F2F2"
 | 
	
		
			
				|  |  | -  },
 | 
	
		
			
				|  |  | -  "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": "我"
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | -    ]
 | 
	
		
			
				|  |  | -  }
 | 
	
		
			
				|  |  | +	"easycom": {
 | 
	
		
			
				|  |  | +		"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
 | 
	
		
			
				|  |  | +	},
 | 
	
		
			
				|  |  | +	"pages": [{
 | 
	
		
			
				|  |  | +			"path": "pages/index/index",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom",
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "首页"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/mycode/mycode",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom",
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "退役军人码"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/authentication/authentication",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "退役军人职业教育码申请",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/phoneLogin/phoneLogin",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom",
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "手机登录"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/bannerDetails/bannerDetails",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "详情页",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/policyNews/policyNews",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "政策资讯"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/policyNewsDetails/policyNewsDetails",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "文章详情"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/newsDetails/newsDetails",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "新闻详情",
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"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": "学院列表",
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/skillsTraining/skillsTraining",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "技能培训",
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/basicTraining/basicTraining",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "适应性培训",
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/basicTraining/myBasicTraining/myBasicTraining",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "我的适应性培训",
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/upgrade/upgrade/upgrade",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "学历提升",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/upgrade/introductionDetails/introductionDetails",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "学历提升",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/inbuild/inbuild",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "建设中"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/recruitment/recruitment",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "招聘就业",
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/myResume/myResume",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "简历",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/myResume/addExperience",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "添加工作经历",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/myResume/addEducation",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "添加培训与教育经历",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/personalModify/personalModify",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "个人资料修改",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/schools/schools",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "学院列表",
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/skillsTraining/skillsTraining",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "技能培训"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/basicTraining/basicTraining",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "适应性培训"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/basicTraining/myBasicTraining/myBasicTraining",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "我的适应性培训",
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"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/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": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/myInterview/myInterview",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "我的面试",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/myEvaluation/myEvaluation",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "我的评价",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/setting/setting",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "设置",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/progressiveIntegral/progressiveIntegral",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "进步积分",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/cooperativeEnterprise/cooperativeEnterprise",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "企业列表",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/businessDetails/businessDetails",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "企业详情",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/jobDetails/jobDetails",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "职位详情",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/resumeDeliveryResults/resumeDeliveryResults",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "简历投递结果",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/applyEducationCode/applyEducationCode",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "退役军人职业教育码申请",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/applyEducationCode/applyEducationSuccess",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "退役军人职业教育码申请",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/newsInformation/newsInformation",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "新闻动态",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/schoolDetails/schoolDetails",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "学院详情",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/professionalDetails/professionalDetails",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "专业详情",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/policyInfo/policyInfo",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "政策资讯",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/notification/notification",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "消息通知",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/questionConsulting/questionConsulting",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "问题咨询",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/policyInfo/policyInfoDetails",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "政策资讯详情",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/integralRule/integralRule",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "积分规则",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/recruitStudents/recruitStudents",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "招生简章",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/upgrade/professionalIntroduction/professionalIntroduction",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "专业介绍",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/basicTraining/onlineTrainingDetails/onlineTrainingDetails",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "适应性培训线上课程",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/basicTraining/offlineTrainingDetails/offlineTrainingDetails",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "线下课程详情",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/upgrade/courseDetail/courseDetail",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "课程详细",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/skillsTraining/registrationNotice/registrationNotice",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "报班通知",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/mine/skillsTraining/skillsTraining",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "我的技能培训",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/skillsTraining/skillsPackage/skillsPackage",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "技能包",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/skillsTraining/skillsTrainingCourse/skillsTrainingCourse",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "技能培训课程",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/skillsTraining/submitSuccess/submitSuccess",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/skillsTraining/courseDetailed/courseDetailed",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "课程详细",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/mine/skillsTraining/skillsTrainingDetails/skillsTrainingDetails",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "我的技能培训详情",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/skillsTraining/achievementCertificate/achievementCertificate",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "成绩和证书",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/skillsTraining/addAchievementCertificate/addAchievementCertificate",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "录入成绩与证书",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/skillsTraining/certificateDetails/certificateDetails",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "证书详情",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/notification/noticeDetails/noticeDetails",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "消息详情",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/upgrade/upgradeCourse/upgradeCourse",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "学历提升课程",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/webView/webView",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/entrepreneurshipGuidelines/entrepreneurshipGuidelines",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "创业指引",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/entrepreneurshipGuidelines/addPlan/addPlan",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "提交创业计划",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/entrepreneurshipGuidelines/planDetails/planDetails",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "创业计划详情",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"path": "pages/entrepreneurshipGuidelines/previewPdf/previewPdf",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "预览PDF",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		}, {
 | 
	
		
			
				|  |  | +			"path": "pages/offlineSignin/offlineSignin",
 | 
	
		
			
				|  |  | +			"style": {
 | 
	
		
			
				|  |  | +				"navigationBarTitleText": "线下培训签到",
 | 
	
		
			
				|  |  | +				"enablePullDownRefresh": false,
 | 
	
		
			
				|  |  | +				"navigationBarBackgroundColor": "#3D5D4C",
 | 
	
		
			
				|  |  | +				"navigationBarTextStyle": "white",
 | 
	
		
			
				|  |  | +				"navigationStyle": "custom"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +		}
 | 
	
		
			
				|  |  | +	],
 | 
	
		
			
				|  |  | +	"globalStyle": {
 | 
	
		
			
				|  |  | +		"navigationBarTextStyle": "black",
 | 
	
		
			
				|  |  | +		"navigationBarTitleText": "uni-app",
 | 
	
		
			
				|  |  | +		"navigationBarBackgroundColor": "#F2F2F2",
 | 
	
		
			
				|  |  | +		"backgroundColor": "#F2F2F2"
 | 
	
		
			
				|  |  | +	},
 | 
	
		
			
				|  |  | +	"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": "我"
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		]
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  |  }
 |