123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472 |
- var list =[ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
-
- {
- "name":"IndexIndex",
- "path": "pages/index/index",
- "style": {
-
- //"navigationStyle": "custom" // 隐藏系统导航栏
- }
- }
-
- ,{//微信登录
- "path" : "pages/login/wxLogin/wxLogin",
- "style" :
- {
- "navigationBarTitleText": "微信登录",
-
- }
-
- }
- ,{//手机号登录
- "path" : "pages/login/phoneLogin/phoneLogin",
- "style" :
- {
- "navigationBarTitleText": "手机号登录",
-
- }
-
- }
- ,{//填写验证码
- "path" : "pages/login/vCode/vCode",
- "style" :
- {
- "navigationBarTitleText": "填写验证码",
-
- }
-
- }
- ,{//密码登录
- "path" : "pages/login/passwordLogin/passwordLogin",
- "style" :
- {
- "navigationBarTitleText": "密码登录",
-
- }
-
- }
-
- ,{
- "path" : "pages/job/index/index",
- "style" :
- {
- "navigationBarTitleText": "求职主页",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/index/recruitInfo/recruitInfo",
- "style" :
- {
- "navigationBarTitleText": "招聘详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/index/companyInfo/companyInfo",
- "style" :
- {
- "navigationBarTitleText": "企业详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/query/query",
- "style" :
- {
- "navigationBarTitleText": "搜索",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/query/queryResult/queryResult",
- "style" :
- {
- "navigationBarTitleText": "搜索结果",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/newsIndex/newsIndex",
- "style" :
- {
- "navigationBarTitleText": "分类消息",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/newsIndex/newsList/newsList",
- "style" :
- {
- "navigationBarTitleText": "消息列表",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/newsIndex/newsRecommend/newsRecommend",
- "style" :
- {
- "navigationBarTitleText": "推荐职位",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/newsIndex/newsInvitationPhone/newsInvitationPhone",
- "style" :
- {
- "navigationBarTitleText": "沟通邀请通知",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/newsIndex/newsInvitationBefore/newsInvitationBefore",
- "style" :
- {
- "navigationBarTitleText": "面试邀请通知",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/newsIndex/newsEntry/newsEntry",
- "style" :
- {
- "navigationBarTitleText": "录用意向书详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/personal/personal",
- "style" :
- {
- "navigationBarTitleText": "个人中心",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/personal/my/my",
- "style" :
- {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": false
- }
-
- }
-
- ,{
- "path" : "pages/job/personal/my/resumeMy/resumeMy",
- "style" :
- {
- "navigationBarTitleText": "我的简历",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/personal/my/resumeAdd/resumeAdd",
- "style" :
- {
- "navigationBarTitleText": "创建简历",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/personal/my/resumeAdd/resumeSelect/resumeSelect",
- "style" :
- {
- "navigationBarTitleText": "选择职位输入",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/personal/my/resumeAdd/resumeEdit/resumeEdit",
- "style" :
- {
- "navigationBarTitleText": "编辑自我介绍",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/personal/my/resumeAdd/resumeSucc/resumeSucc",
- "style" :
- {
- "navigationBarTitleText": "简历提交成功",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/personal/my/resumeList/resumeList",
- "style" :
- {
- "navigationBarTitleText": "投递记录",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/personal/my/resumeLook/resumeLook",
- "style" :
- {
- "navigationBarTitleText": "看过的职位",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/personal/my/resumeCollect/resumeCollect",
- "style" :
- {
- "navigationBarTitleText": "职位收藏",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/personal/my/resumeAuth/resumeAuth",
- "style" :
- {
- "navigationBarTitleText": "个人认证",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/personal/install/install",
- "style" :
- {
- "navigationBarTitleText": "设置",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/personal/install/myInfo/myInfo",
- "style" :
- {
- "navigationBarTitleText": "个人信息",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/personal/install/account/account",
- "style" :
- {
- "navigationBarTitleText": "账号管理",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/personal/install/account/passwordA/passwordA",
- "style" :
- {
- "navigationBarTitleText": "忘记密码",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/personal/install/account/passwordB/passwordB",
- "style" :
- {
- "navigationBarTitleText": "验证码找回",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/personal/install/account/passwordC/passwordC",
- "style" :
- {
- "navigationBarTitleText": "重设密码",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/personal/install/account/phoneA/phoneA",
- "style" :
- {
- "navigationBarTitleText": "填写验证码",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/personal/install/account/phoneB/phoneB",
- "style" :
- {
- "navigationBarTitleText": "绑定手机号",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/personal/install/account/phoneC/phoneC",
- "style" :
- {
- "navigationBarTitleText": "绑定验证码 Copy",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/job/personal/about/about",
- "style" :
- {
- "navigationBarTitleText": "关于我们",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/hr/index/index",
- "style" :
- {
- "navigationBarTitleText": "招聘主页",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/hr/index/resumeInfo/resumeInfo",
- "style" :
- {
- "navigationBarTitleText": "简历详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/hr/query/query",
- "style" :
- {
- "navigationBarTitleText": "搜索",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/hr/query/queryResult/queryResult",
- "style" :
- {
- "navigationBarTitleText": "搜索结果",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/hr/newsIndex/newsIndex",
- "style" :
- {
- "navigationBarTitleText": "消息分类",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/hr/newsIndex/newsList/newsList",
- "style" :
- {
- "navigationBarTitleText": "消息列表",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/hr/newsIndex/newsRecommend/newsRecommend",
- "style" :
- {
- "navigationBarTitleText": "推荐简历",
- "enablePullDownRefresh": false
- }
-
- }
-
- ,{
- "path" : "pages/hr/newsIndex/servicesList/servicesList",
- "style" :
- {
- "navigationBarTitleText": "劳务对接列表",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/hr/newsIndex/servicesInfo/servicesInfo",
- "style" :
- {
- "navigationBarTitleText": "劳务对接详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/hr/my/my",
- "style" :
- {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/hr/my/position/position",
- "style" :
- {
- "navigationBarTitleText": "职位管理",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/hr/my/follow/follow",
- "style" :
- {
- "navigationBarTitleText": "对您感兴趣",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/hr/my/enroll/enroll",
- "style" :
- {
- "navigationBarTitleText": "求职管理",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/hr/my/collection/collection",
- "style" :
- {
- "navigationBarTitleText": "收藏简历",
- "enablePullDownRefresh": false
- }
-
- }
- ];
- var my=[];
- for(var i in list){
- var obj=list[i];
- my.push(obj.style.navigationBarTitleText);
- }
- console.log(my);
|