console.js 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472
  1. var list =[ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  2. {
  3. "name":"IndexIndex",
  4. "path": "pages/index/index",
  5. "style": {
  6. //"navigationStyle": "custom" // 隐藏系统导航栏
  7. }
  8. }
  9. ,{//微信登录
  10. "path" : "pages/login/wxLogin/wxLogin",
  11. "style" :
  12. {
  13. "navigationBarTitleText": "微信登录",
  14. }
  15. }
  16. ,{//手机号登录
  17. "path" : "pages/login/phoneLogin/phoneLogin",
  18. "style" :
  19. {
  20. "navigationBarTitleText": "手机号登录",
  21. }
  22. }
  23. ,{//填写验证码
  24. "path" : "pages/login/vCode/vCode",
  25. "style" :
  26. {
  27. "navigationBarTitleText": "填写验证码",
  28. }
  29. }
  30. ,{//密码登录
  31. "path" : "pages/login/passwordLogin/passwordLogin",
  32. "style" :
  33. {
  34. "navigationBarTitleText": "密码登录",
  35. }
  36. }
  37. ,{
  38. "path" : "pages/job/index/index",
  39. "style" :
  40. {
  41. "navigationBarTitleText": "求职主页",
  42. "enablePullDownRefresh": false
  43. }
  44. }
  45. ,{
  46. "path" : "pages/job/index/recruitInfo/recruitInfo",
  47. "style" :
  48. {
  49. "navigationBarTitleText": "招聘详情",
  50. "enablePullDownRefresh": false
  51. }
  52. }
  53. ,{
  54. "path" : "pages/job/index/companyInfo/companyInfo",
  55. "style" :
  56. {
  57. "navigationBarTitleText": "企业详情",
  58. "enablePullDownRefresh": false
  59. }
  60. }
  61. ,{
  62. "path" : "pages/job/query/query",
  63. "style" :
  64. {
  65. "navigationBarTitleText": "搜索",
  66. "enablePullDownRefresh": false
  67. }
  68. }
  69. ,{
  70. "path" : "pages/job/query/queryResult/queryResult",
  71. "style" :
  72. {
  73. "navigationBarTitleText": "搜索结果",
  74. "enablePullDownRefresh": false
  75. }
  76. }
  77. ,{
  78. "path" : "pages/job/newsIndex/newsIndex",
  79. "style" :
  80. {
  81. "navigationBarTitleText": "分类消息",
  82. "enablePullDownRefresh": false
  83. }
  84. }
  85. ,{
  86. "path" : "pages/job/newsIndex/newsList/newsList",
  87. "style" :
  88. {
  89. "navigationBarTitleText": "消息列表",
  90. "enablePullDownRefresh": false
  91. }
  92. }
  93. ,{
  94. "path" : "pages/job/newsIndex/newsRecommend/newsRecommend",
  95. "style" :
  96. {
  97. "navigationBarTitleText": "推荐职位",
  98. "enablePullDownRefresh": false
  99. }
  100. }
  101. ,{
  102. "path" : "pages/job/newsIndex/newsInvitationPhone/newsInvitationPhone",
  103. "style" :
  104. {
  105. "navigationBarTitleText": "沟通邀请通知",
  106. "enablePullDownRefresh": false
  107. }
  108. }
  109. ,{
  110. "path" : "pages/job/newsIndex/newsInvitationBefore/newsInvitationBefore",
  111. "style" :
  112. {
  113. "navigationBarTitleText": "面试邀请通知",
  114. "enablePullDownRefresh": false
  115. }
  116. }
  117. ,{
  118. "path" : "pages/job/newsIndex/newsEntry/newsEntry",
  119. "style" :
  120. {
  121. "navigationBarTitleText": "录用意向书详情",
  122. "enablePullDownRefresh": false
  123. }
  124. }
  125. ,{
  126. "path" : "pages/job/personal/personal",
  127. "style" :
  128. {
  129. "navigationBarTitleText": "个人中心",
  130. "enablePullDownRefresh": false
  131. }
  132. }
  133. ,{
  134. "path" : "pages/job/personal/my/my",
  135. "style" :
  136. {
  137. "navigationBarTitleText": "我的",
  138. "enablePullDownRefresh": false
  139. }
  140. }
  141. ,{
  142. "path" : "pages/job/personal/my/resumeMy/resumeMy",
  143. "style" :
  144. {
  145. "navigationBarTitleText": "我的简历",
  146. "enablePullDownRefresh": false
  147. }
  148. }
  149. ,{
  150. "path" : "pages/job/personal/my/resumeAdd/resumeAdd",
  151. "style" :
  152. {
  153. "navigationBarTitleText": "创建简历",
  154. "enablePullDownRefresh": false
  155. }
  156. }
  157. ,{
  158. "path" : "pages/job/personal/my/resumeAdd/resumeSelect/resumeSelect",
  159. "style" :
  160. {
  161. "navigationBarTitleText": "选择职位输入",
  162. "enablePullDownRefresh": false
  163. }
  164. }
  165. ,{
  166. "path" : "pages/job/personal/my/resumeAdd/resumeEdit/resumeEdit",
  167. "style" :
  168. {
  169. "navigationBarTitleText": "编辑自我介绍",
  170. "enablePullDownRefresh": false
  171. }
  172. }
  173. ,{
  174. "path" : "pages/job/personal/my/resumeAdd/resumeSucc/resumeSucc",
  175. "style" :
  176. {
  177. "navigationBarTitleText": "简历提交成功",
  178. "enablePullDownRefresh": false
  179. }
  180. }
  181. ,{
  182. "path" : "pages/job/personal/my/resumeList/resumeList",
  183. "style" :
  184. {
  185. "navigationBarTitleText": "投递记录",
  186. "enablePullDownRefresh": false
  187. }
  188. }
  189. ,{
  190. "path" : "pages/job/personal/my/resumeLook/resumeLook",
  191. "style" :
  192. {
  193. "navigationBarTitleText": "看过的职位",
  194. "enablePullDownRefresh": false
  195. }
  196. }
  197. ,{
  198. "path" : "pages/job/personal/my/resumeCollect/resumeCollect",
  199. "style" :
  200. {
  201. "navigationBarTitleText": "职位收藏",
  202. "enablePullDownRefresh": false
  203. }
  204. }
  205. ,{
  206. "path" : "pages/job/personal/my/resumeAuth/resumeAuth",
  207. "style" :
  208. {
  209. "navigationBarTitleText": "个人认证",
  210. "enablePullDownRefresh": false
  211. }
  212. }
  213. ,{
  214. "path" : "pages/job/personal/install/install",
  215. "style" :
  216. {
  217. "navigationBarTitleText": "设置",
  218. "enablePullDownRefresh": false
  219. }
  220. }
  221. ,{
  222. "path" : "pages/job/personal/install/myInfo/myInfo",
  223. "style" :
  224. {
  225. "navigationBarTitleText": "个人信息",
  226. "enablePullDownRefresh": false
  227. }
  228. }
  229. ,{
  230. "path" : "pages/job/personal/install/account/account",
  231. "style" :
  232. {
  233. "navigationBarTitleText": "账号管理",
  234. "enablePullDownRefresh": false
  235. }
  236. }
  237. ,{
  238. "path" : "pages/job/personal/install/account/passwordA/passwordA",
  239. "style" :
  240. {
  241. "navigationBarTitleText": "忘记密码",
  242. "enablePullDownRefresh": false
  243. }
  244. }
  245. ,{
  246. "path" : "pages/job/personal/install/account/passwordB/passwordB",
  247. "style" :
  248. {
  249. "navigationBarTitleText": "验证码找回",
  250. "enablePullDownRefresh": false
  251. }
  252. }
  253. ,{
  254. "path" : "pages/job/personal/install/account/passwordC/passwordC",
  255. "style" :
  256. {
  257. "navigationBarTitleText": "重设密码",
  258. "enablePullDownRefresh": false
  259. }
  260. }
  261. ,{
  262. "path" : "pages/job/personal/install/account/phoneA/phoneA",
  263. "style" :
  264. {
  265. "navigationBarTitleText": "填写验证码",
  266. "enablePullDownRefresh": false
  267. }
  268. }
  269. ,{
  270. "path" : "pages/job/personal/install/account/phoneB/phoneB",
  271. "style" :
  272. {
  273. "navigationBarTitleText": "绑定手机号",
  274. "enablePullDownRefresh": false
  275. }
  276. }
  277. ,{
  278. "path" : "pages/job/personal/install/account/phoneC/phoneC",
  279. "style" :
  280. {
  281. "navigationBarTitleText": "绑定验证码 Copy",
  282. "enablePullDownRefresh": false
  283. }
  284. }
  285. ,{
  286. "path" : "pages/job/personal/about/about",
  287. "style" :
  288. {
  289. "navigationBarTitleText": "关于我们",
  290. "enablePullDownRefresh": false
  291. }
  292. }
  293. ,{
  294. "path" : "pages/hr/index/index",
  295. "style" :
  296. {
  297. "navigationBarTitleText": "招聘主页",
  298. "enablePullDownRefresh": false
  299. }
  300. }
  301. ,{
  302. "path" : "pages/hr/index/resumeInfo/resumeInfo",
  303. "style" :
  304. {
  305. "navigationBarTitleText": "简历详情",
  306. "enablePullDownRefresh": false
  307. }
  308. }
  309. ,{
  310. "path" : "pages/hr/query/query",
  311. "style" :
  312. {
  313. "navigationBarTitleText": "搜索",
  314. "enablePullDownRefresh": false
  315. }
  316. }
  317. ,{
  318. "path" : "pages/hr/query/queryResult/queryResult",
  319. "style" :
  320. {
  321. "navigationBarTitleText": "搜索结果",
  322. "enablePullDownRefresh": false
  323. }
  324. }
  325. ,{
  326. "path" : "pages/hr/newsIndex/newsIndex",
  327. "style" :
  328. {
  329. "navigationBarTitleText": "消息分类",
  330. "enablePullDownRefresh": false
  331. }
  332. }
  333. ,{
  334. "path" : "pages/hr/newsIndex/newsList/newsList",
  335. "style" :
  336. {
  337. "navigationBarTitleText": "消息列表",
  338. "enablePullDownRefresh": false
  339. }
  340. }
  341. ,{
  342. "path" : "pages/hr/newsIndex/newsRecommend/newsRecommend",
  343. "style" :
  344. {
  345. "navigationBarTitleText": "推荐简历",
  346. "enablePullDownRefresh": false
  347. }
  348. }
  349. ,{
  350. "path" : "pages/hr/newsIndex/servicesList/servicesList",
  351. "style" :
  352. {
  353. "navigationBarTitleText": "劳务对接列表",
  354. "enablePullDownRefresh": false
  355. }
  356. }
  357. ,{
  358. "path" : "pages/hr/newsIndex/servicesInfo/servicesInfo",
  359. "style" :
  360. {
  361. "navigationBarTitleText": "劳务对接详情",
  362. "enablePullDownRefresh": false
  363. }
  364. }
  365. ,{
  366. "path" : "pages/hr/my/my",
  367. "style" :
  368. {
  369. "navigationBarTitleText": "我的",
  370. "enablePullDownRefresh": false
  371. }
  372. }
  373. ,{
  374. "path" : "pages/hr/my/position/position",
  375. "style" :
  376. {
  377. "navigationBarTitleText": "职位管理",
  378. "enablePullDownRefresh": false
  379. }
  380. }
  381. ,{
  382. "path" : "pages/hr/my/follow/follow",
  383. "style" :
  384. {
  385. "navigationBarTitleText": "对您感兴趣",
  386. "enablePullDownRefresh": false
  387. }
  388. }
  389. ,{
  390. "path" : "pages/hr/my/enroll/enroll",
  391. "style" :
  392. {
  393. "navigationBarTitleText": "求职管理",
  394. "enablePullDownRefresh": false
  395. }
  396. }
  397. ,{
  398. "path" : "pages/hr/my/collection/collection",
  399. "style" :
  400. {
  401. "navigationBarTitleText": "收藏简历",
  402. "enablePullDownRefresh": false
  403. }
  404. }
  405. ];
  406. var my=[];
  407. for(var i in list){
  408. var obj=list[i];
  409. my.push(obj.style.navigationBarTitleText);
  410. }
  411. console.log(my);