pages.json 32 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText": "首页",
  10. // "navigationBarBackgroundColor": "#E5EEFF",
  11. "navigationBarBackgroundColor": "#00DD9A",
  12. "navigationBarTextStyle": "white",
  13. "enablePullDownRefresh": false,
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/my/switchRoles",
  19. "style": {
  20. "navigationBarTitleText": "切换身份",
  21. "navigationStyle": "custom"
  22. }
  23. },
  24. {
  25. "path": "pages/my/businessLicense",
  26. "style": {
  27. "navigationBarTitleText": "营业执照",
  28. "navigationStyle": "custom"
  29. }
  30. },
  31. {
  32. "path": "pages/my/peopleNumber",
  33. "style": {
  34. "navigationBarTitleText": "选择公司规模",
  35. "navigationStyle": "custom"
  36. }
  37. },
  38. {
  39. "path": "pages/my/jobPosting",
  40. "style": {
  41. "navigationBarTitleText": "发布职位",
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/my/headhunter",
  47. "style": {
  48. "navigationBarTitleText": "猎头服务"
  49. }
  50. },
  51. {
  52. "path": "pages/my/jobPostingSecond",
  53. "style": {
  54. "navigationBarTitleText": "发布职位",
  55. "navigationStyle": "custom"
  56. }
  57. },
  58. {
  59. "path": "pages/index/search/index",
  60. "style": {
  61. "navigationBarTitleText": "搜索",
  62. "app-plus": {
  63. "titleNView": true
  64. },
  65. "navigationStyle": "custom"
  66. }
  67. },
  68. {
  69. "path": "pages/my/jobApplicant/loginInput",
  70. "style": {
  71. "navigationBarTitleText": "登录",
  72. "navigationStyle": "custom"
  73. }
  74. },
  75. {
  76. "path": "pages/my/jobApplicant/guidePage",
  77. "style": {
  78. "navigationBarTitleText": "启动页",
  79. "navigationStyle": "custom"
  80. }
  81. },
  82. {
  83. "path": "pages/my/jobApplicant/register",
  84. "style": {
  85. "navigationBarTitleText": "注册",
  86. "navigationStyle": "custom"
  87. }
  88. },
  89. {
  90. "path": "pages/my/jobApplicant/registerSuccess",
  91. "style": {
  92. "navigationBarTitleText": "注册成功",
  93. "navigationStyle": "custom"
  94. }
  95. },
  96. {
  97. "path": "pages/my/jobApplicant/password",
  98. "style": {
  99. "navigationBarTitleText": "创建账号密码",
  100. "navigationStyle": "custom"
  101. }
  102. },
  103. {
  104. "path": "pages/my/jobApplicant/login",
  105. "style": {
  106. "navigationBarTitleText": "登录",
  107. "navigationStyle": "custom"
  108. }
  109. },
  110. {
  111. "path": "pages/my/jobApplicant/startPage",
  112. "style": {
  113. "navigationBarTitleText": "开始页面",
  114. "navigationStyle": "custom"
  115. }
  116. },
  117. {
  118. "path": "pages/my/jobApplicant/welcomePage",
  119. "style": {
  120. "navigationBarTitleText": "指导页",
  121. "navigationStyle": "custom"
  122. }
  123. },
  124. {
  125. "path": "pages/my/jobApplicant/workProgress",
  126. "style": {
  127. "navigationBarTitleText": "工作经历",
  128. "navigationStyle": "custom"
  129. }
  130. },
  131. {
  132. "path": "pages/my/jobApplicant/workRecord",
  133. "style": {
  134. "navigationBarTitleText": "工作经历",
  135. "navigationStyle": "custom"
  136. }
  137. },
  138. {
  139. "path": "pages/index/game/gameList",
  140. "style": {
  141. "navigationBarTitleText": "人才库",
  142. "enablePullDownRefresh": false,
  143. "navigationStyle": "custom"
  144. }
  145. },
  146. {
  147. "path": "pages/index/game/order",
  148. "style": {
  149. "navigationBarTitleText": "岗位详情",
  150. "navigationStyle": "custom"
  151. }
  152. },
  153. {
  154. "path": "pages/index/game/orderDet",
  155. "style": {
  156. "navigationBarTitleText": "简历详情",
  157. "navigationStyle": "custom"
  158. }
  159. },
  160. {
  161. "path": "pages/index/citys/citys",
  162. "style": {
  163. "navigationBarTitleText": "城市",
  164. "navigationStyle": "custom"
  165. }
  166. },
  167. {
  168. "path": "pages/index/citySelect",
  169. "style": {
  170. "navigationBarTitleText": "城市选择",
  171. "navigationStyle": "custom"
  172. }
  173. },
  174. {
  175. "path": "pages/index/jobSearch",
  176. "style": {
  177. "navigationBarTitleText": "职位搜索",
  178. "navigationStyle": "custom"
  179. }
  180. },
  181. {
  182. "path": "pages/jobManagement/jobManagement",
  183. "style": {
  184. "navigationBarTitleText": "职位管理",
  185. "navigationStyle": "custom",
  186. "disableSwipeBack": true
  187. }
  188. },
  189. {
  190. "path": "pages/jobManagement/jobDetail",
  191. "style": {
  192. "navigationBarTitleText": "职位详情",
  193. "navigationStyle": "custom"
  194. }
  195. },
  196. {
  197. "path": "pages/talentSearch/index",
  198. "style": {
  199. "navigationBarTitleText": "搜索",
  200. "navigationStyle": "custom"
  201. }
  202. },
  203. {
  204. "path": "pages/talentSearch/filter",
  205. "style": {
  206. "navigationBarTitleText": "筛选",
  207. "navigationStyle": "custom"
  208. }
  209. },
  210. {
  211. "path": "pages/talentSearch/resumeDetail",
  212. "style": {
  213. "navigationBarTitleText": "简历详情",
  214. "navigationStyle": "custom"
  215. }
  216. },
  217. {
  218. "path": "pages/index/webView",
  219. "style": {
  220. "navigationBarTitleText": "网页",
  221. "navigationStyle": "custom"
  222. }
  223. },
  224. {
  225. "path": "pages/msg/index",
  226. "style": {
  227. "navigationBarTitleText": "消息",
  228. "enablePullDownRefresh": true,
  229. "navigationStyle": "custom"
  230. }
  231. },
  232. {
  233. "path": "pages/msg/im",
  234. "style": {
  235. "navigationBarTitleText": "",
  236. "navigationStyle": "custom",
  237. "app-plus": {
  238. "softinputMode": "adjustResize"
  239. }
  240. }
  241. },
  242. {
  243. "path": "pages/msg/message",
  244. "style": {
  245. "navigationBarTitleText": "系统消息",
  246. "enablePullDownRefresh": true,
  247. "navigationStyle": "custom"
  248. }
  249. },
  250. {
  251. "path": "pages/my/index",
  252. "style": {
  253. "navigationBarTitleText": "我的",
  254. // "navigationBarBackgroundColor": "#E5EEFF"
  255. "navigationBarBackgroundColor": "#D9FEED",
  256. "navigationStyle": "custom"
  257. }
  258. },
  259. {
  260. "path": "pages/my/VIP/benefits",
  261. "style": {
  262. "navigationBarTitleText": "我的权益",
  263. "navigationBarTextStyle": "black",
  264. "navigationStyle": "custom"
  265. }
  266. },
  267. {
  268. "path": "pages/my/userphone",
  269. "style": {
  270. "navigationBarTitleText": "修改手机号",
  271. "navigationStyle": "custom"
  272. }
  273. },
  274. {
  275. "path": "pages/my/myCompany",
  276. "style": {
  277. "navigationBarTitleText": "我的公司",
  278. "navigationStyle": "custom"
  279. }
  280. },
  281. {
  282. "path": "pages/my/changeCompanies",
  283. "style": {
  284. "navigationBarTitleText": "更换公司",
  285. "navigationStyle": "custom"
  286. }
  287. },
  288. {
  289. "path": "pages/my/changePosition",
  290. "style": {
  291. "navigationBarTitleText": "更换职务",
  292. "navigationStyle": "custom"
  293. }
  294. },
  295. {
  296. "path": "pages/my/onlineResume",
  297. "style": {
  298. "navigationBarTitleText": "在线简历",
  299. "navigationStyle": "custom"
  300. }
  301. },
  302. {
  303. "path": "pages/my/personalCenter",
  304. "style": {
  305. "navigationBarTitleText": "个人中心",
  306. "navigationStyle": "custom"
  307. }
  308. },
  309. {
  310. "path": "pages/my/workExperience",
  311. "style": {
  312. "navigationBarTitleText": "工作经历",
  313. "navigationStyle": "custom"
  314. }
  315. },
  316. {
  317. "path": "pages/my/educationExperience",
  318. "style": {
  319. "navigationBarTitleText": "教育经历",
  320. "navigationStyle": "custom"
  321. }
  322. },
  323. {
  324. "path": "pages/my/invitationUser",
  325. "style": {
  326. "navigationBarTitleText": "邀请好友",
  327. "navigationBarBackgroundColor": "#E5EEFF",
  328. "enablePullDownRefresh": false,
  329. "app-plus": {
  330. "bounce": "none",
  331. "scrollIndicator": "none",
  332. "titleNView": true
  333. },
  334. "navigationStyle": "custom"
  335. }
  336. },
  337. {
  338. "path": "pages/my/invitationUserqy",
  339. "style": {
  340. "navigationBarTitleText": "邀请好友",
  341. "navigationBarBackgroundColor": "#E5EEFF",
  342. "enablePullDownRefresh": false,
  343. "app-plus": {
  344. "bounce": "none",
  345. "scrollIndicator": "none",
  346. "titleNView": true
  347. },
  348. "navigationStyle": "custom"
  349. }
  350. },
  351. {
  352. "path": "pages/my/userinfo",
  353. "style": {
  354. "navigationBarTitleText": "个人信息",
  355. "navigationStyle": "custom"
  356. }
  357. },
  358. {
  359. "path": "pages/my/setup",
  360. "style": {
  361. "navigationBarTitleText": "设置",
  362. "navigationStyle": "custom"
  363. }
  364. },
  365. {
  366. "path": "pages/index/download",
  367. "style": {
  368. "navigationBarTitleText": "下载",
  369. "navigationStyle": "custom"
  370. }
  371. },
  372. {
  373. "path": "pages/my/attachment",
  374. "style": {
  375. "navigationBarTitleText": "管理附件",
  376. "navigationStyle": "custom"
  377. }
  378. },
  379. {
  380. "path": "pages/my/ad",
  381. "style": {
  382. "navigationBarTitleText": "营销",
  383. "navigationStyle": "custom"
  384. }
  385. },
  386. {
  387. "path": "pages/my/ruleCenter",
  388. "style": {
  389. "navigationBarTitleText": "规则中心",
  390. "navigationStyle": "custom"
  391. }
  392. },
  393. {
  394. "path": "pages/public/login",
  395. "style": {
  396. "navigationBarTitleText": "登录",
  397. "navigationStyle": "custom"
  398. }
  399. },
  400. {
  401. "path": "pages/public/bind",
  402. "style": {
  403. "navigationBarTitleText": "绑定手机号",
  404. "navigationStyle": "custom"
  405. }
  406. },
  407. {
  408. "path": "pages/public/forgetPwd",
  409. "style": {
  410. "navigationBarTitleText": "重置密码",
  411. "navigationStyle": "custom"
  412. }
  413. },
  414. {
  415. "path": "pages/public/loginphone",
  416. "style": {
  417. "navigationBarTitleText": "登录",
  418. "navigationStyle": "custom"
  419. }
  420. },
  421. {
  422. "path": "pages/public/pwd",
  423. "style": {
  424. "navigationBarTitleText": "修改密码",
  425. "navigationStyle": "custom"
  426. }
  427. },
  428. {
  429. "path": "pages/public/register",
  430. "style": {
  431. "navigationBarTitleText": "注册",
  432. "navigationStyle": "custom"
  433. }
  434. },
  435. {
  436. "path": "pages/index/game/tuiList",
  437. "style": {
  438. "navigationBarTitleText": "推送列表",
  439. "enablePullDownRefresh": false,
  440. "navigationStyle": "custom"
  441. }
  442. },
  443. {
  444. "path": "pages/msg/addmsg",
  445. "style": {
  446. "navigationBarTitleText": "常用语",
  447. "enablePullDownRefresh": false,
  448. "navigationStyle": "custom"
  449. }
  450. },
  451. {
  452. "path": "pages/msg/chathistory",
  453. "style": {
  454. "navigationBarTitleText": "聊天记录",
  455. "enablePullDownRefresh": false,
  456. "navigationStyle": "custom"
  457. }
  458. },
  459. {
  460. "path": "pages/msg/add",
  461. "style": {
  462. "navigationBarTitleText": "新增",
  463. "enablePullDownRefresh": false,
  464. "navigationStyle": "custom"
  465. }
  466. },
  467. {
  468. "path": "pages/msg/regular",
  469. "style": {
  470. "navigationBarTitleText": "常用语",
  471. "enablePullDownRefresh": false,
  472. "navigationStyle": "custom"
  473. }
  474. },
  475. {
  476. "path": "pages/msg/search",
  477. "style": {
  478. "navigationBarTitleText": "消息搜索",
  479. "enablePullDownRefresh": true,
  480. "navigationStyle": "custom"
  481. }
  482. },
  483. {
  484. "path": "pages/public/selectIdentity/selectIdentity",
  485. "style": {
  486. "navigationBarTitleText": "选择身份",
  487. "enablePullDownRefresh": false,
  488. "navigationStyle": "custom"
  489. }
  490. },
  491. {
  492. "path": "pages/recruitmentData/index",
  493. "style": {
  494. "navigationBarTitleText": "招聘数据",
  495. "enablePullDownRefresh": false,
  496. "navigationStyle": "custom"
  497. }
  498. },
  499. {
  500. "path": "pages/recruitmentData/dataCenter",
  501. "style": {
  502. "navigationBarTitleText": "招聘数据中心",
  503. "enablePullDownRefresh": false,
  504. "navigationStyle": "custom"
  505. }
  506. },
  507. {
  508. "path": "pages/recruitmentData/communicationRecords",
  509. "style": {
  510. "navigationBarTitleText": "沟通记录",
  511. "enablePullDownRefresh": false,
  512. "navigationStyle": "custom"
  513. }
  514. },
  515. {
  516. "path": "pages/recruitmentData/interviewManage",
  517. "style": {
  518. "navigationBarTitleText": "面试管理",
  519. "enablePullDownRefresh": false,
  520. "navigationStyle": "custom"
  521. }
  522. },
  523. {
  524. "path": "pages/msg/interviewInvitation",
  525. "style": {
  526. "navigationBarTitleText": "面试邀约",
  527. "enablePullDownRefresh": false,
  528. "navigationStyle": "custom"
  529. }
  530. },
  531. {
  532. "path": "pages/msg/selectInterview",
  533. "style": {
  534. "navigationBarTitleText": "面试地址",
  535. "enablePullDownRefresh": false,
  536. "navigationStyle": "custom"
  537. }
  538. }
  539. ],
  540. "subPackages": [
  541. {
  542. "root": "package",
  543. "pages": [
  544. {
  545. "path": "list/hezuo",
  546. "style": {
  547. "navigationBarTitleText": "企业合作",
  548. "navigationStyle": "custom"
  549. // "enablePullDownRefresh": true
  550. }
  551. },
  552. {
  553. "path": "list/index",
  554. "style": {
  555. "navigationBarTitleText": "项目查询",
  556. "enablePullDownRefresh": true,
  557. "navigationStyle": "custom"
  558. }
  559. },
  560. {
  561. "path": "list/studyUp",
  562. "style": {
  563. "navigationBarTitleText": "学历提升",
  564. "enablePullDownRefresh": false,
  565. "navigationStyle": "custom"
  566. }
  567. },
  568. {
  569. "path": "list/train",
  570. "style": {
  571. "navigationBarTitleText": "证书培训",
  572. "enablePullDownRefresh": false,
  573. "navigationStyle": "custom"
  574. }
  575. },
  576. {
  577. "path": "list/zhiCheng",
  578. "style": {
  579. "navigationBarTitleText": "职称评审",
  580. "enablePullDownRefresh": false,
  581. "navigationStyle": "custom"
  582. }
  583. },
  584. {
  585. "path": "list/baoming",
  586. "style": {
  587. "navigationBarTitleText": "培训报名",
  588. "enablePullDownRefresh": false,
  589. "navigationStyle": "custom"
  590. }
  591. },
  592. //个人
  593. {
  594. "path": "my/resume",
  595. "style": {
  596. "navigationBarTitleText": "我的简历",
  597. "enablePullDownRefresh": true,
  598. "navigationStyle": "custom"
  599. }
  600. },
  601. {
  602. "path": "my/apply",
  603. "style": {
  604. "navigationBarTitleText": "我的报名",
  605. "enablePullDownRefresh": true,
  606. "navigationStyle": "custom"
  607. }
  608. },
  609. {
  610. "path": "my/applyType",
  611. "style": {
  612. "navigationBarTitleText": "",
  613. "enablePullDownRefresh": false,
  614. "navigationStyle": "custom"
  615. }
  616. },
  617. {
  618. "path": "my/pingbi",
  619. "style": {
  620. "navigationBarTitleText": "",
  621. "enablePullDownRefresh": false,
  622. "navigationStyle": "custom"
  623. }
  624. },
  625. {
  626. "path": "list/fuli",
  627. "style": {
  628. "navigationBarTitleText": "福利查询",
  629. "enablePullDownRefresh": false,
  630. "navigationStyle": "custom"
  631. }
  632. },
  633. {
  634. "path": "jobIntention/jobIntention",
  635. "style": {
  636. "navigationBarTitleText": "管理求职意向",
  637. "enablePullDownRefresh": false,
  638. "navigationStyle": "custom"
  639. }
  640. },
  641. {
  642. "path": "jobIntention/add",
  643. "style": {
  644. "navigationBarTitleText": "求职意向",
  645. "enablePullDownRefresh": false,
  646. "navigationStyle": "custom"
  647. }
  648. },
  649. {
  650. "path": "jobIntention/editJob",
  651. "style": {
  652. "navigationBarTitleText": "岗位描述",
  653. "enablePullDownRefresh": false,
  654. "navigationStyle": "custom"
  655. }
  656. },
  657. {
  658. "path": "jobIntention/edit",
  659. "style": {
  660. "navigationBarTitleText": "求职意向",
  661. "enablePullDownRefresh": false,
  662. "navigationStyle": "custom"
  663. }
  664. },
  665. {
  666. "path": "jobIntention/jobList",
  667. "style": {
  668. "navigationBarTitleText": "岗位分类",
  669. "enablePullDownRefresh": false,
  670. "navigationStyle": "custom"
  671. }
  672. },
  673. {
  674. "path": "jobIntention/industry",
  675. "style": {
  676. "navigationBarTitleText": "期望行业",
  677. "enablePullDownRefresh": false,
  678. "navigationStyle": "custom"
  679. }
  680. },
  681. {
  682. "path": "jobIntention/city",
  683. "style": {
  684. "navigationBarTitleText": "工作地址",
  685. "enablePullDownRefresh": false,
  686. "navigationStyle": "custom"
  687. }
  688. },
  689. {
  690. "path": "jobIntention/company",
  691. "style": {
  692. "navigationBarTitleText": "公司认证",
  693. "enablePullDownRefresh": false,
  694. "navigationStyle": "custom"
  695. }
  696. },
  697. {
  698. "path": "jobIntention/companyImg",
  699. "style": {
  700. "navigationBarTitleText": "公司认证",
  701. "enablePullDownRefresh": false,
  702. "navigationStyle": "custom"
  703. }
  704. },
  705. {
  706. "path": "jobIntention/underReview",
  707. "style": {
  708. "navigationBarTitleText": "审核中",
  709. "enablePullDownRefresh": false,
  710. "navigationStyle": "custom"
  711. }
  712. },
  713. {
  714. "path": "jobIntention/completeMsg",
  715. "style": {
  716. "navigationBarTitleText": "完善信息",
  717. "enablePullDownRefresh": false,
  718. "navigationStyle": "custom"
  719. }
  720. },
  721. {
  722. "path": "jobIntention/companyReview",
  723. "style": {
  724. "navigationBarTitleText": "企业环境认证",
  725. "enablePullDownRefresh": false,
  726. "navigationStyle": "custom"
  727. }
  728. },
  729. {
  730. "path": "jobIntention/companyMsg",
  731. "style": {
  732. "navigationBarTitleText": "公司信息",
  733. "enablePullDownRefresh": false,
  734. "navigationStyle": "custom"
  735. }
  736. },
  737. {
  738. "path": "jobIntention/workAddress",
  739. "style": {
  740. "navigationBarTitleText": "工作地址",
  741. "enablePullDownRefresh": false,
  742. "navigationStyle": "custom"
  743. }
  744. },
  745. {
  746. "path": "jobIntention/tagManage",
  747. "style": {
  748. "navigationBarTitleText": "标签管理",
  749. "enablePullDownRefresh": false,
  750. "navigationStyle": "custom"
  751. }
  752. },
  753. {
  754. "path": "jobIntention/addExpectation",
  755. "style": {
  756. "navigationBarTitleText": "添加求职期望",
  757. "enablePullDownRefresh": false,
  758. "navigationStyle": "custom"
  759. }
  760. },
  761. {
  762. "path": "jobIntention/preferenceSetting",
  763. "style": {
  764. "navigationBarTitleText": "跨境职业标签",
  765. "enablePullDownRefresh": false,
  766. "navigationStyle": "custom"
  767. }
  768. },
  769. {
  770. "path": "jobIntention/jobSkills",
  771. "style": {
  772. "navigationBarTitleText": "跨境职业标签",
  773. "enablePullDownRefresh": false,
  774. "navigationStyle": "custom"
  775. }
  776. },
  777. {
  778. "path": "jobIntention/addAddress",
  779. "style": {
  780. "navigationBarTitleText": "添加地址",
  781. "enablePullDownRefresh": false,
  782. "navigationStyle": "custom"
  783. }
  784. },
  785. {
  786. "path": "jobIntention/fund",
  787. "style": {
  788. "navigationBarTitleText": "福利待遇",
  789. "enablePullDownRefresh": false,
  790. "navigationStyle": "custom"
  791. }
  792. },
  793. {
  794. "path": "jobIntention/basicInfo",
  795. "style": {
  796. "navigationBarTitleText": "基本信息",
  797. "enablePullDownRefresh": false,
  798. "navigationStyle": "custom"
  799. }
  800. },
  801. {
  802. "path": "blackList/blackList",
  803. "style": {
  804. "navigationBarTitleText": "黑名单",
  805. "enablePullDownRefresh": true,
  806. "navigationStyle": "custom"
  807. }
  808. },
  809. {
  810. "path": "addJob/addJob",
  811. "style": {
  812. "navigationBarTitleText": "发布招聘",
  813. "enablePullDownRefresh": false,
  814. "navigationStyle": "custom"
  815. }
  816. },
  817. {
  818. "path": "screen/city",
  819. "style": {
  820. "navigationBarTitleText": "城市",
  821. "enablePullDownRefresh": false,
  822. "navigationStyle": "custom"
  823. }
  824. },
  825. {
  826. "path": "screen/screen",
  827. "style": {
  828. "navigationBarTitleText": "筛选",
  829. "enablePullDownRefresh": false,
  830. "navigationStyle": "custom"
  831. }
  832. },
  833. {
  834. "path": "screen/screenComp",
  835. "style": {
  836. "navigationBarTitleText": "筛选",
  837. "enablePullDownRefresh": false,
  838. "navigationStyle": "custom"
  839. }
  840. },
  841. {
  842. "path": "records/records",
  843. "style": {
  844. "navigationBarTitleText": "求职记录",
  845. "enablePullDownRefresh": true
  846. // ,
  847. // "navigationStyle": "custom"
  848. }
  849. },
  850. {
  851. "path": "search/search",
  852. "style": {
  853. "navigationBarTitleText": "搜索",
  854. "navigationStyle": "custom"
  855. }
  856. },
  857. {
  858. "path": "deliveryRecord/deliveryRecord",
  859. "style": {
  860. "navigationBarTitleText": "投递记录",
  861. "enablePullDownRefresh": true
  862. }
  863. },
  864. {
  865. "path": "myLove/myLove",
  866. "style": {
  867. "navigationBarTitleText": "我的收藏",
  868. "enablePullDownRefresh": true,
  869. "navigationStyle": "custom"
  870. }
  871. }
  872. ]
  873. },
  874. {
  875. "root": "my",
  876. "pages": [
  877. {
  878. "path": "wallet/shouyi",
  879. "style": {
  880. "navigationBarTitleText": "收益明细",
  881. "enablePullDownRefresh": true,
  882. "navigationStyle": "custom"
  883. }
  884. },
  885. {
  886. "path": "team/team",
  887. "style": {
  888. "navigationBarTitleText": "我的团队",
  889. "enablePullDownRefresh": true,
  890. "navigationStyle": "custom"
  891. }
  892. },
  893. {
  894. "path": "team/earnings",
  895. "style": {
  896. "navigationBarTitleText": "我的收益",
  897. "enablePullDownRefresh": true,
  898. "navigationStyle": "custom"
  899. }
  900. },
  901. {
  902. "path": "gird/guanzhu",
  903. "style": {
  904. "navigationBarTitleText": "我的粉丝",
  905. "enablePullDownRefresh": true,
  906. "navigationStyle": "custom"
  907. }
  908. },
  909. {
  910. "path": "gird/visitor",
  911. "style": {
  912. "navigationBarTitleText": "最近访客",
  913. "enablePullDownRefresh": true,
  914. "navigationStyle": "custom"
  915. }
  916. },
  917. {
  918. "path": "address/address",
  919. "style": {
  920. "navigationBarTitleText": "地址管理",
  921. "enablePullDownRefresh": true,
  922. "navigationStyle": "custom"
  923. }
  924. },
  925. {
  926. "path": "address/Endaddress",
  927. "style": {
  928. "navigationBarTitleText": "添加地址",
  929. "enablePullDownRefresh": true,
  930. "navigationStyle": "custom"
  931. }
  932. },
  933. {
  934. "path": "gird/browse",
  935. "style": {
  936. "navigationBarTitleText": "浏览历史",
  937. "enablePullDownRefresh": true,
  938. "navigationStyle": "custom"
  939. }
  940. },
  941. {
  942. "path": "renzheng/index",
  943. "style": {
  944. "navigationBarTitleText": "企业认证",
  945. "navigationStyle": "custom"
  946. }
  947. },
  948. {
  949. "path": "renzheng/editCompany",
  950. "style": {
  951. "navigationBarTitleText": "编辑公司信息",
  952. "navigationStyle": "custom"
  953. }
  954. },
  955. {
  956. "path": "renzheng/companyMsg",
  957. "style": {
  958. "navigationBarTitleText": "公司信息",
  959. "navigationStyle": "custom"
  960. }
  961. },
  962. {
  963. "path": "renzheng/companyDev",
  964. "style": {
  965. "navigationBarTitleText": "公司信息",
  966. "navigationStyle": "custom"
  967. }
  968. },
  969. {
  970. "path": "renzheng/companyFund",
  971. "style": {
  972. "navigationBarTitleText": "公司信息",
  973. "navigationStyle": "custom"
  974. }
  975. },
  976. {
  977. "path": "renzheng/peopleDev",
  978. "style": {
  979. "navigationBarTitleText": "公司信息",
  980. "navigationStyle": "custom"
  981. }
  982. },
  983. {
  984. "path": "renzheng/editCompanyDesc",
  985. "style": {
  986. "navigationBarTitleText": "公司信息",
  987. "navigationStyle": "custom"
  988. }
  989. },
  990. {
  991. "path": "renzheng/companyLogo",
  992. "style": {
  993. "navigationBarTitleText": "公司信息",
  994. "navigationStyle": "custom"
  995. }
  996. },
  997. {
  998. "path": "renzheng/companyImg",
  999. "style": {
  1000. "navigationBarTitleText": "公司信息",
  1001. "navigationStyle": "custom"
  1002. }
  1003. },
  1004. {
  1005. "path": "renzheng/mainWorkIntro",
  1006. "style": {
  1007. "navigationBarTitleText": "公司信息",
  1008. "navigationStyle": "custom"
  1009. }
  1010. },
  1011. {
  1012. "path": "renzheng/zhuanrang",
  1013. "style": {
  1014. "navigationBarTitleText": "转让企业",
  1015. "navigationStyle": "custom"
  1016. }
  1017. },
  1018. {
  1019. "path": "vip/index",
  1020. "style": {
  1021. "navigationBarTitleText": "会员中心",
  1022. // "navigationBarBackgroundColor": "#111111",
  1023. "navigationBarTextStyle": "black",
  1024. "navigationStyle": "custom"
  1025. }
  1026. },
  1027. {
  1028. "path": "wallet/wallet",
  1029. "style": {
  1030. "navigationBarTitleText": "我的钻石",
  1031. "navigationBarBackgroundColor": "#00DD9A",
  1032. "enablePullDownRefresh": true,
  1033. "navigationBarTextStyle": "white",
  1034. "navigationStyle": "custom"
  1035. }
  1036. },
  1037. {
  1038. "path": "wallet/tixian",
  1039. "style": {
  1040. "navigationBarTitleText": "提现",
  1041. "navigationStyle": "custom"
  1042. }
  1043. },
  1044. {
  1045. "path": "wallet/index",
  1046. "style": {
  1047. "navigationBarTitleText": "钻石充值",
  1048. "navigationStyle": "custom"
  1049. }
  1050. },
  1051. {
  1052. "path": "wallet/zhifubao",
  1053. "style": {
  1054. "navigationBarTitleText": "提现账号",
  1055. "navigationStyle": "custom"
  1056. }
  1057. },
  1058. {
  1059. "path": "wallet/cashList",
  1060. "style": {
  1061. "navigationBarTitleText": "提现记录",
  1062. "enablePullDownRefresh": true,
  1063. "navigationStyle": "custom"
  1064. }
  1065. },
  1066. {
  1067. "path": "wallet/mymoneydetail",
  1068. "style": {
  1069. "navigationBarTitleText": "钱包明细",
  1070. "enablePullDownRefresh": true,
  1071. "navigationStyle": "custom"
  1072. }
  1073. },
  1074. {
  1075. "path": "order/index",
  1076. "style": {
  1077. "navigationBarTitleText": "我的招聘",
  1078. "navigationStyle": "custom"
  1079. }
  1080. },
  1081. {
  1082. "path": "order/pay",
  1083. "style": {
  1084. "navigationBarTitleText": "岗位详情",
  1085. "navigationStyle": "custom"
  1086. }
  1087. },
  1088. {
  1089. "path": "order/complain",
  1090. "style": {
  1091. "navigationBarTitleText": "投诉",
  1092. "navigationStyle": "custom"
  1093. }
  1094. },
  1095. {
  1096. "path": "publish/resumesPost",
  1097. "style": {
  1098. "navigationBarTitleText": "添加岗位",
  1099. "navigationStyle": "custom"
  1100. }
  1101. },
  1102. {
  1103. "path": "publish/gangw",
  1104. "style": {
  1105. "navigationBarTitleText": "岗位添加",
  1106. "navigationStyle": "custom"
  1107. }
  1108. },
  1109. {
  1110. "path": "publish/gangws",
  1111. "style": {
  1112. "navigationBarTitleText": "岗位添加",
  1113. "navigationStyle": "custom"
  1114. }
  1115. },
  1116. {
  1117. "path": "publish/editor",
  1118. "style": {
  1119. "navigationBarTitleText": "我的简历",
  1120. "navigationStyle": "custom"
  1121. }
  1122. },
  1123. {
  1124. "path": "publish/serveType",
  1125. "style": {
  1126. "navigationBarTitleText": "",
  1127. "navigationStyle": "custom"
  1128. }
  1129. },
  1130. {
  1131. "path": "publish/workhistory",
  1132. "style": {
  1133. "navigationBarTitleText": "工作经历",
  1134. "navigationStyle": "custom"
  1135. }
  1136. },
  1137. {
  1138. "path": "setting/customer",
  1139. "style": {
  1140. "navigationBarTitleText": "在线客服",
  1141. "navigationStyle": "custom"
  1142. }
  1143. },
  1144. {
  1145. "path": "feedback/index",
  1146. "style": {
  1147. "navigationBarTitleText": "意见反馈",
  1148. "navigationStyle": "custom"
  1149. }
  1150. },
  1151. {
  1152. "path": "setting/index",
  1153. "style": {
  1154. "navigationBarTitleText": "设置中心",
  1155. "navigationStyle": "custom"
  1156. }
  1157. },
  1158. {
  1159. "path": "setting/mimi",
  1160. "style": {
  1161. "navigationBarTitleText": "隐私政策",
  1162. "navigationStyle": "custom"
  1163. }
  1164. },
  1165. {
  1166. "path": "setting/xieyi",
  1167. "style": {
  1168. "navigationBarTitleText": "用户协议",
  1169. "navigationStyle": "custom"
  1170. }
  1171. },
  1172. {
  1173. "path": "setting/about",
  1174. "style": {
  1175. "navigationBarTitleText": "关于我们",
  1176. "navigationStyle": "custom"
  1177. }
  1178. },
  1179. {
  1180. "path": "setting/jobXy",
  1181. "style": {
  1182. "navigationBarTitleText": "岗位发布协议",
  1183. "navigationStyle": "custom"
  1184. }
  1185. },
  1186. {
  1187. "path": "setting/userphone",
  1188. "style": {
  1189. "navigationBarTitleText": "修改手机号",
  1190. "navigationStyle": "custom"
  1191. }
  1192. },
  1193. {
  1194. "path": "order/feedback",
  1195. "style": {
  1196. "navigationBarTitleText": "评论",
  1197. "navigationStyle": "custom"
  1198. }
  1199. },
  1200. {
  1201. "path": "takeOrder/index",
  1202. "style": {
  1203. "navigationBarTitleText": "我的接单",
  1204. "navigationStyle": "custom"
  1205. }
  1206. },
  1207. {
  1208. "path": "takeOrder/takeDetail",
  1209. "style": {
  1210. "navigationBarTitleText": "接单详情",
  1211. "navigationStyle": "custom"
  1212. }
  1213. },
  1214. {
  1215. "path": "setting/chat",
  1216. "style": {
  1217. "navigationBarTitleText": "联系客服",
  1218. "navigationStyle": "custom"
  1219. }
  1220. },
  1221. {
  1222. "path": "publish/updataServeType",
  1223. "style": {
  1224. "navigationBarTitleText": "修改",
  1225. "enablePullDownRefresh": false,
  1226. "navigationStyle": "custom"
  1227. }
  1228. },
  1229. {
  1230. "path": "publish/updataServeTypes",
  1231. "style": {
  1232. "navigationBarTitleText": "修改",
  1233. "enablePullDownRefresh": false,
  1234. "navigationStyle": "custom"
  1235. }
  1236. },
  1237. {
  1238. "path": "publish/updataGangw",
  1239. "style": {
  1240. "navigationBarTitleText": "岗位添加",
  1241. "enablePullDownRefresh": false,
  1242. "navigationStyle": "custom"
  1243. }
  1244. },
  1245. {
  1246. "path": "publish/updataGangws",
  1247. "style": {
  1248. "navigationBarTitleText": "岗位添加",
  1249. "enablePullDownRefresh": false,
  1250. "navigationStyle": "custom"
  1251. }
  1252. },
  1253. {
  1254. "path": "order/myIndex",
  1255. "style": {
  1256. "navigationBarTitleText": "我的定制化",
  1257. "enablePullDownRefresh": false,
  1258. "navigationBarBackgroundColor": "#ffffff",
  1259. "navigationStyle": "custom"
  1260. }
  1261. },
  1262. {
  1263. "path": "publish/serveTypes",
  1264. "style": {
  1265. "navigationBarTitleText": "定制化服务",
  1266. "enablePullDownRefresh": false,
  1267. "navigationBarBackgroundColor": "#ffffff",
  1268. "navigationStyle": "custom"
  1269. }
  1270. },
  1271. {
  1272. "path": "publish/editors",
  1273. "style": {
  1274. "navigationBarTitleText": "查看",
  1275. "enablePullDownRefresh": false,
  1276. "navigationStyle": "custom"
  1277. }
  1278. },
  1279. {
  1280. "path": "setting/feedbackIndex",
  1281. "style": {
  1282. "navigationBarTitleText": "帮助中心",
  1283. "enablePullDownRefresh": false,
  1284. "navigationStyle": "custom"
  1285. }
  1286. },
  1287. {
  1288. "path": "setting/helpDetail",
  1289. "style": {
  1290. "navigationBarTitleText": "帮助中心",
  1291. "enablePullDownRefresh": false,
  1292. "navigationStyle": "custom"
  1293. }
  1294. },
  1295. {
  1296. "path": "matching/matching",
  1297. "style": {
  1298. "navigationBarTitleText": "快速入职",
  1299. "enablePullDownRefresh": false,
  1300. "navigationStyle": "custom"
  1301. }
  1302. },
  1303. {
  1304. "path": "enterpriseInfo/enterpriseInfo",
  1305. "style": {
  1306. "navigationBarTitleText": "企业详情",
  1307. "enablePullDownRefresh": false,
  1308. "navigationBarBackgroundColor": "#4B4D5C",
  1309. "navigationBarTextStyle": "white",
  1310. "app-plus": {
  1311. // 将回弹属性关掉
  1312. "bounce": "none"
  1313. },
  1314. "navigationStyle": "custom"
  1315. }
  1316. },
  1317. {
  1318. "path": "vip/zhouka",
  1319. "style": {
  1320. "navigationBarTitleText": "人才库周卡",
  1321. "enablePullDownRefresh": false,
  1322. "navigationStyle": "custom"
  1323. }
  1324. },
  1325. {
  1326. "path": "setting/weekXiYi",
  1327. "style": {
  1328. "navigationBarTitleText": "会员开通协议",
  1329. "enablePullDownRefresh": false,
  1330. "navigationStyle": "custom"
  1331. }
  1332. },
  1333. {
  1334. "path": "feedback/jubao",
  1335. "style": {
  1336. "navigationBarTitleText": "举报",
  1337. "enablePullDownRefresh": false,
  1338. "navigationStyle": "custom"
  1339. }
  1340. },
  1341. {
  1342. "path": "jilu/jilu",
  1343. "style": {
  1344. "navigationBarTitleText": "面试记录",
  1345. "enablePullDownRefresh": false,
  1346. "navigationStyle": "custom"
  1347. }
  1348. },
  1349. {
  1350. "path": "jilu/jilu",
  1351. "style": {
  1352. "navigationBarTitleText": "面试记录",
  1353. "enablePullDownRefresh": false,
  1354. "navigationStyle": "custom"
  1355. }
  1356. },
  1357. {
  1358. "path": "jilu/mianshiDetail",
  1359. "style": {
  1360. "navigationBarTitleText": "面试详情",
  1361. "enablePullDownRefresh": false,
  1362. "navigationStyle": "custom"
  1363. }
  1364. },
  1365. {
  1366. "path": "jilu/bossMianshiDetail",
  1367. "style": {
  1368. "navigationBarTitleText": "面试详情",
  1369. "enablePullDownRefresh": false,
  1370. "navigationStyle": "custom"
  1371. }
  1372. },
  1373. {
  1374. "path": "jilu/editInterview",
  1375. "style": {
  1376. "navigationBarTitleText": "修改邀约",
  1377. "enablePullDownRefresh": false,
  1378. "navigationStyle": "custom"
  1379. }
  1380. },
  1381. // #ifdef APP || H5
  1382. {
  1383. "path": "videoVoice/videoVoice",
  1384. "style": {
  1385. "navigationBarTitleText": "",
  1386. "navigationStyle": "custom"
  1387. }
  1388. }
  1389. // #endif
  1390. ]
  1391. }
  1392. ],
  1393. "globalStyle": {
  1394. "navigationBarTextStyle": "black",
  1395. "navigationBarTitleText": "省钱兄招聘",
  1396. "navigationBarBackgroundColor": "#FFFFFF",
  1397. "backgroundColor": "#ffffff"
  1398. },
  1399. "tabBar": {
  1400. "color": "#9CA4AB",
  1401. "selectedColor": "#0D27F7",
  1402. "backgroundColor": "#FFFFFF",
  1403. "borderStyle": "black",
  1404. "list": [
  1405. {
  1406. "pagePath": "pages/index/index",
  1407. "iconPath": "static/tabbar/Home.png",
  1408. "selectedIconPath": "/static/tabbar/Iconly_Bold_Home.png",
  1409. "text": "首页"
  1410. },
  1411. {
  1412. "pagePath": "pages/index/game/gameList",
  1413. "iconPath": "static/tabbar/jipin.png",
  1414. "selectedIconPath": "static/tabbar/ACjipin.png",
  1415. "text": "急聘"
  1416. },
  1417. // {
  1418. // "pagePath": "pages/talentSearch/index",
  1419. // "iconPath": "static/tabbar/Hrsearch.png",
  1420. // "selectedIconPath": "static/tabbar/ACsearch.png",
  1421. // "text": "搜索"
  1422. // },
  1423. {
  1424. "pagePath": "pages/msg/index",
  1425. "iconPath": "static/tabbar/Chat.png",
  1426. "selectedIconPath": "static/tabbar/ACchat.png",
  1427. "text": "消息中心"
  1428. },
  1429. {
  1430. "pagePath": "pages/my/index",
  1431. "iconPath": "static/tabbar/Iconly_Light_Profile.png",
  1432. "selectedIconPath": "static/tabbar/Iconly_Bulk_Profile.png",
  1433. "text": "个人中心"
  1434. }
  1435. ]
  1436. },
  1437. "condition": { //模式配置,仅开发期间生效
  1438. "current": 0, //当前激活的模式(list 的索引项)
  1439. "list": [
  1440. {
  1441. "name": "首页", //模式名称
  1442. "path": "pages/index/index", //启动页面,必选
  1443. "query": "" //启动参数,在页面的onLoad函数里面得到
  1444. }
  1445. ]
  1446. }
  1447. }