pages.json 25 KB

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