pages.json 25 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295
  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. , {
  514. "path": "blackList/blackList",
  515. "style": {
  516. "navigationBarTitleText": "黑名单",
  517. "enablePullDownRefresh": true
  518. // #ifdef H5
  519. ,
  520. "navigationStyle": "custom"
  521. // #endif
  522. }
  523. }, {
  524. "path": "addJob/addJob",
  525. "style": {
  526. "navigationBarTitleText": "发布招聘",
  527. "enablePullDownRefresh": false
  528. // #ifdef H5
  529. ,
  530. "navigationStyle": "custom"
  531. // #endif
  532. }
  533. }, {
  534. "path": "screen/city",
  535. "style": {
  536. "navigationBarTitleText": "城市",
  537. "enablePullDownRefresh": false
  538. // #ifdef H5
  539. ,
  540. "navigationStyle": "custom"
  541. // #endif
  542. }
  543. }, {
  544. "path": "screen/screen",
  545. "style": {
  546. "navigationBarTitleText": "筛选",
  547. "enablePullDownRefresh": false
  548. // #ifdef H5
  549. ,
  550. "navigationStyle": "custom"
  551. // #endif
  552. }
  553. }, {
  554. "path": "screen/screenComp",
  555. "style": {
  556. "navigationBarTitleText": "筛选",
  557. "enablePullDownRefresh": false
  558. // #ifdef H5
  559. ,
  560. "navigationStyle": "custom"
  561. // #endif
  562. }
  563. }, {
  564. "path": "records/records",
  565. "style": {
  566. "navigationBarTitleText": "浏览记录",
  567. "enablePullDownRefresh": true
  568. // #ifdef H5
  569. ,
  570. "navigationStyle": "custom"
  571. // #endif
  572. }
  573. }, {
  574. "path": "search/search",
  575. "style": {
  576. "navigationBarTitleText": "搜索",
  577. "enablePullDownRefresh": true
  578. // #ifdef H5
  579. ,
  580. "navigationStyle": "custom"
  581. // #endif
  582. }
  583. }, {
  584. "path": "deliveryRecord/deliveryRecord",
  585. "style": {
  586. "navigationBarTitleText": "投递记录",
  587. "enablePullDownRefresh": true
  588. // #ifdef H5
  589. ,
  590. "navigationStyle": "custom"
  591. // #endif
  592. }
  593. },
  594. {
  595. "path": "myLove/myLove",
  596. "style": {
  597. "navigationBarTitleText": "我的收藏",
  598. "enablePullDownRefresh": true
  599. // #ifdef H5
  600. ,
  601. "navigationStyle": "custom"
  602. // #endif
  603. }
  604. }
  605. ]
  606. }, {
  607. "root": "my",
  608. "pages": [{
  609. "path": "wallet/shouyi",
  610. "style": {
  611. "navigationBarTitleText": "收益明细",
  612. "enablePullDownRefresh": true
  613. // #ifdef H5
  614. ,
  615. "navigationStyle": "custom"
  616. // #endif
  617. }
  618. }, {
  619. "path": "team/team",
  620. "style": {
  621. "navigationBarTitleText": "我的团队",
  622. "enablePullDownRefresh": true
  623. // #ifdef H5
  624. ,
  625. "navigationStyle": "custom"
  626. // #endif
  627. }
  628. }, {
  629. "path": "team/earnings",
  630. "style": {
  631. "navigationBarTitleText": "我的收益",
  632. "enablePullDownRefresh": true
  633. // #ifdef H5
  634. ,
  635. "navigationStyle": "custom"
  636. // #endif
  637. }
  638. }, {
  639. "path": "gird/guanzhu",
  640. "style": {
  641. "navigationBarTitleText": "我的粉丝",
  642. "enablePullDownRefresh": true
  643. // #ifdef H5
  644. ,
  645. "navigationStyle": "custom"
  646. // #endif
  647. }
  648. },
  649. {
  650. "path": "gird/visitor",
  651. "style": {
  652. "navigationBarTitleText": "最近访客",
  653. "enablePullDownRefresh": true
  654. // #ifdef H5
  655. ,
  656. "navigationStyle": "custom"
  657. // #endif
  658. }
  659. },
  660. {
  661. "path": "address/address",
  662. "style": {
  663. "navigationBarTitleText": "地址管理",
  664. "enablePullDownRefresh": true
  665. // #ifdef H5
  666. ,
  667. "navigationStyle": "custom"
  668. // #endif
  669. }
  670. },
  671. {
  672. "path": "address/Endaddress",
  673. "style": {
  674. "navigationBarTitleText": "添加地址",
  675. "enablePullDownRefresh": true
  676. // #ifdef H5
  677. ,
  678. "navigationStyle": "custom"
  679. // #endif
  680. }
  681. },
  682. {
  683. "path": "gird/browse",
  684. "style": {
  685. "navigationBarTitleText": "浏览历史",
  686. "enablePullDownRefresh": true
  687. // #ifdef H5
  688. ,
  689. "navigationStyle": "custom"
  690. // #endif
  691. }
  692. },
  693. {
  694. "path": "renzheng/index",
  695. "style": {
  696. "navigationBarTitleText": "企业认证"
  697. // #ifdef H5
  698. ,
  699. "navigationStyle": "custom"
  700. // #endif
  701. }
  702. },
  703. {
  704. "path": "renzheng/zhuanrang",
  705. "style": {
  706. "navigationBarTitleText": "转让企业"
  707. // #ifdef H5
  708. ,
  709. "navigationStyle": "custom"
  710. // #endif
  711. }
  712. },
  713. {
  714. "path": "vip/index",
  715. "style": {
  716. "navigationBarTitleText": "会员中心",
  717. // "navigationBarBackgroundColor": "#111111",
  718. "navigationBarTextStyle": "black"
  719. // #ifdef H5
  720. ,
  721. "navigationStyle": "custom"
  722. // #endif
  723. }
  724. }, {
  725. "path": "wallet/wallet",
  726. "style": {
  727. "navigationBarTitleText": "我的钻石",
  728. "navigationBarBackgroundColor": "#00DD9A",
  729. "enablePullDownRefresh": true,
  730. "navigationBarTextStyle": "white"
  731. // #ifdef H5
  732. ,
  733. "navigationStyle": "custom"
  734. // #endif
  735. }
  736. }, {
  737. "path": "wallet/tixian",
  738. "style": {
  739. "navigationBarTitleText": "提现"
  740. // #ifdef H5
  741. ,
  742. "navigationStyle": "custom"
  743. // #endif
  744. }
  745. },
  746. {
  747. "path": "wallet/index",
  748. "style": {
  749. "navigationBarTitleText": "钻石充值"
  750. // #ifdef H5
  751. ,
  752. "navigationStyle": "custom"
  753. // #endif
  754. }
  755. },
  756. {
  757. "path": "wallet/zhifubao",
  758. "style": {
  759. "navigationBarTitleText": "提现账号"
  760. // #ifdef H5
  761. ,
  762. "navigationStyle": "custom"
  763. // #endif
  764. }
  765. },
  766. {
  767. "path": "wallet/cashList",
  768. "style": {
  769. "navigationBarTitleText": "提现记录",
  770. "enablePullDownRefresh": true
  771. // #ifdef H5
  772. ,
  773. "navigationStyle": "custom"
  774. // #endif
  775. }
  776. },
  777. {
  778. "path": "wallet/mymoneydetail",
  779. "style": {
  780. "navigationBarTitleText": "钱包明细",
  781. "enablePullDownRefresh": true
  782. // #ifdef H5
  783. ,
  784. "navigationStyle": "custom"
  785. // #endif
  786. }
  787. },
  788. {
  789. "path": "order/index",
  790. "style": {
  791. "navigationBarTitleText": "我的招聘"
  792. // #ifdef H5
  793. ,
  794. "navigationStyle": "custom"
  795. // #endif
  796. }
  797. },
  798. {
  799. "path": "order/pay",
  800. "style": {
  801. "navigationBarTitleText": "岗位详情"
  802. // #ifdef H5
  803. ,
  804. "navigationStyle": "custom"
  805. // #endif
  806. }
  807. },
  808. {
  809. "path": "order/complain",
  810. "style": {
  811. "navigationBarTitleText": "投诉"
  812. // #ifdef H5
  813. ,
  814. "navigationStyle": "custom"
  815. // #endif
  816. }
  817. }, {
  818. "path": "publish/resumesPost",
  819. "style": {
  820. "navigationBarTitleText": "添加岗位"
  821. // #ifdef H5
  822. ,
  823. "navigationStyle": "custom"
  824. // #endif
  825. }
  826. }, {
  827. "path": "publish/gangw",
  828. "style": {
  829. "navigationBarTitleText": "岗位添加"
  830. // #ifdef H5
  831. ,
  832. "navigationStyle": "custom"
  833. // #endif
  834. }
  835. },
  836. {
  837. "path": "publish/gangws",
  838. "style": {
  839. "navigationBarTitleText": "岗位添加"
  840. // #ifdef H5
  841. ,
  842. "navigationStyle": "custom"
  843. // #endif
  844. }
  845. },
  846. {
  847. "path": "publish/editor",
  848. "style": {
  849. "navigationBarTitleText": "我的简历"
  850. // #ifdef H5
  851. ,
  852. "navigationStyle": "custom"
  853. // #endif
  854. }
  855. }, {
  856. "path": "publish/serveType",
  857. "style": {
  858. "navigationBarTitleText": ""
  859. // #ifdef H5
  860. ,
  861. "navigationStyle": "custom"
  862. // #endif
  863. }
  864. }, {
  865. "path": "publish/workhistory",
  866. "style": {
  867. "navigationBarTitleText": "工作经历"
  868. // #ifdef H5
  869. ,
  870. "navigationStyle": "custom"
  871. // #endif
  872. }
  873. },
  874. {
  875. "path": "setting/customer",
  876. "style": {
  877. "navigationBarTitleText": "在线客服"
  878. // #ifdef H5
  879. ,
  880. "navigationStyle": "custom"
  881. // #endif
  882. }
  883. },
  884. {
  885. "path": "feedback/index",
  886. "style": {
  887. "navigationBarTitleText": "意见反馈"
  888. // #ifdef H5
  889. ,
  890. "navigationStyle": "custom"
  891. // #endif
  892. }
  893. },
  894. {
  895. "path": "setting/index",
  896. "style": {
  897. "navigationBarTitleText": "设置中心"
  898. // #ifdef H5
  899. ,
  900. "navigationStyle": "custom"
  901. // #endif
  902. }
  903. },
  904. {
  905. "path": "setting/mimi",
  906. "style": {
  907. "navigationBarTitleText": "隐私政策"
  908. // #ifdef H5
  909. ,
  910. "navigationStyle": "custom"
  911. // #endif
  912. }
  913. },
  914. {
  915. "path": "setting/xieyi",
  916. "style": {
  917. "navigationBarTitleText": "用户协议"
  918. // #ifdef H5
  919. ,
  920. "navigationStyle": "custom"
  921. // #endif
  922. }
  923. },
  924. {
  925. "path": "setting/about",
  926. "style": {
  927. "navigationBarTitleText": "关于我们"
  928. // #ifdef H5
  929. ,
  930. "navigationStyle": "custom"
  931. // #endif
  932. }
  933. },
  934. {
  935. "path": "setting/jobXy",
  936. "style": {
  937. "navigationBarTitleText": "岗位发布协议"
  938. // #ifdef H5
  939. ,
  940. "navigationStyle": "custom"
  941. // #endif
  942. }
  943. },
  944. {
  945. "path": "setting/userphone",
  946. "style": {
  947. "navigationBarTitleText": "修改手机号"
  948. // #ifdef H5
  949. ,
  950. "navigationStyle": "custom"
  951. // #endif
  952. }
  953. },
  954. {
  955. "path": "order/feedback",
  956. "style": {
  957. "navigationBarTitleText": "评论"
  958. // #ifdef H5
  959. ,
  960. "navigationStyle": "custom"
  961. // #endif
  962. }
  963. },
  964. {
  965. "path": "takeOrder/index",
  966. "style": {
  967. "navigationBarTitleText": "我的接单"
  968. // #ifdef H5
  969. ,
  970. "navigationStyle": "custom"
  971. // #endif
  972. }
  973. },
  974. {
  975. "path": "takeOrder/takeDetail",
  976. "style": {
  977. "navigationBarTitleText": "接单详情"
  978. // #ifdef H5
  979. ,
  980. "navigationStyle": "custom"
  981. // #endif
  982. }
  983. },
  984. {
  985. "path": "setting/chat",
  986. "style": {
  987. "navigationBarTitleText": "联系客服"
  988. // #ifdef H5
  989. ,
  990. "navigationStyle": "custom"
  991. // #endif
  992. }
  993. }, {
  994. "path": "publish/updataServeType",
  995. "style": {
  996. "navigationBarTitleText": "修改",
  997. "enablePullDownRefresh": false
  998. // #ifdef H5
  999. ,
  1000. "navigationStyle": "custom"
  1001. // #endif
  1002. }
  1003. }, {
  1004. "path": "publish/updataServeTypes",
  1005. "style": {
  1006. "navigationBarTitleText": "修改",
  1007. "enablePullDownRefresh": false
  1008. // #ifdef H5
  1009. ,
  1010. "navigationStyle": "custom"
  1011. // #endif
  1012. }
  1013. }, {
  1014. "path": "publish/updataGangw",
  1015. "style": {
  1016. "navigationBarTitleText": "岗位添加",
  1017. "enablePullDownRefresh": false
  1018. // #ifdef H5
  1019. ,
  1020. "navigationStyle": "custom"
  1021. // #endif
  1022. }
  1023. }, {
  1024. "path": "publish/updataGangws",
  1025. "style": {
  1026. "navigationBarTitleText": "岗位添加",
  1027. "enablePullDownRefresh": false
  1028. // #ifdef H5
  1029. ,
  1030. "navigationStyle": "custom"
  1031. // #endif
  1032. }
  1033. }, {
  1034. "path": "order/myIndex",
  1035. "style": {
  1036. "navigationBarTitleText": "我的定制化",
  1037. "enablePullDownRefresh": false,
  1038. "navigationBarBackgroundColor": "#ffffff"
  1039. // #ifdef H5
  1040. ,
  1041. "navigationStyle": "custom"
  1042. // #endif
  1043. }
  1044. }, {
  1045. "path": "publish/serveTypes",
  1046. "style": {
  1047. "navigationBarTitleText": "定制化服务",
  1048. "enablePullDownRefresh": false,
  1049. "navigationBarBackgroundColor": "#ffffff"
  1050. // #ifdef H5
  1051. ,
  1052. "navigationStyle": "custom"
  1053. // #endif
  1054. }
  1055. }, {
  1056. "path": "publish/editors",
  1057. "style": {
  1058. "navigationBarTitleText": "查看",
  1059. "enablePullDownRefresh": false
  1060. // #ifdef H5
  1061. ,
  1062. "navigationStyle": "custom"
  1063. // #endif
  1064. }
  1065. }, {
  1066. "path": "setting/feedbackIndex",
  1067. "style": {
  1068. "navigationBarTitleText": "帮助中心",
  1069. "enablePullDownRefresh": false
  1070. // #ifdef H5
  1071. ,
  1072. "navigationStyle": "custom"
  1073. // #endif
  1074. }
  1075. }, {
  1076. "path": "setting/helpDetail",
  1077. "style": {
  1078. "navigationBarTitleText": "帮助中心",
  1079. "enablePullDownRefresh": false
  1080. // #ifdef H5
  1081. ,
  1082. "navigationStyle": "custom"
  1083. // #endif
  1084. }
  1085. }, {
  1086. "path": "matching/matching",
  1087. "style": {
  1088. "navigationBarTitleText": "快速入职",
  1089. "enablePullDownRefresh": false
  1090. // #ifdef H5
  1091. ,
  1092. "navigationStyle": "custom"
  1093. // #endif
  1094. }
  1095. }, {
  1096. "path": "enterpriseInfo/enterpriseInfo",
  1097. "style": {
  1098. "navigationBarTitleText": "企业详情",
  1099. "enablePullDownRefresh": false,
  1100. "navigationBarBackgroundColor": "#4B4D5C",
  1101. "navigationBarTextStyle": "white",
  1102. "app-plus": {
  1103. // 将回弹属性关掉
  1104. "bounce": "none"
  1105. }
  1106. // #ifdef H5
  1107. ,
  1108. "navigationStyle": "custom"
  1109. // #endif
  1110. }
  1111. }, {
  1112. "path": "vip/zhouka",
  1113. "style": {
  1114. "navigationBarTitleText": "人才库周卡",
  1115. "enablePullDownRefresh": false
  1116. // #ifdef H5
  1117. ,
  1118. "navigationStyle": "custom"
  1119. // #endif
  1120. }
  1121. }, {
  1122. "path": "setting/weekXiYi",
  1123. "style": {
  1124. "navigationBarTitleText": "会员开通协议",
  1125. "enablePullDownRefresh": false
  1126. // #ifdef H5
  1127. ,
  1128. "navigationStyle": "custom"
  1129. // #endif
  1130. }
  1131. }, {
  1132. "path": "feedback/jubao",
  1133. "style": {
  1134. "navigationBarTitleText": "举报",
  1135. "enablePullDownRefresh": false
  1136. // #ifdef H5
  1137. ,
  1138. "navigationStyle": "custom"
  1139. // #endif
  1140. }
  1141. }, {
  1142. "path": "jilu/jilu",
  1143. "style": {
  1144. "navigationBarTitleText": "面试记录",
  1145. "enablePullDownRefresh": false
  1146. // #ifdef H5
  1147. ,
  1148. "navigationStyle": "custom"
  1149. // #endif
  1150. }
  1151. },
  1152. {
  1153. "path": "jilu/jiluUser",
  1154. "style": {
  1155. "navigationBarTitleText": "我的面试",
  1156. "enablePullDownRefresh": false
  1157. // #ifdef H5
  1158. ,
  1159. "navigationStyle": "custom"
  1160. // #endif
  1161. }
  1162. }
  1163. // #ifdef APP || H5
  1164. ,
  1165. {
  1166. "path": "videoVoice/videoVoice",
  1167. "style": {
  1168. "navigationBarTitleText": "",
  1169. "navigationStyle": "custom"
  1170. }
  1171. }
  1172. // #endif
  1173. ]
  1174. }],
  1175. "globalStyle": {
  1176. "navigationBarTextStyle": "black",
  1177. "navigationBarTitleText": "省钱兄招聘",
  1178. "navigationBarBackgroundColor": "#FFFFFF",
  1179. "backgroundColor": "#ffffff"
  1180. },
  1181. "tabBar": {
  1182. "color": "#9CA4AB",
  1183. "selectedColor": "#0D27F7",
  1184. "backgroundColor": "#FFFFFF",
  1185. "borderStyle": "black",
  1186. "list": [{
  1187. "pagePath": "pages/index/index",
  1188. "iconPath": "static/tabbar/Home.svg",
  1189. "selectedIconPath": "static/tabbar/Iconly_Bold_Home.svg",
  1190. "text": "首页"
  1191. },
  1192. {
  1193. "pagePath": "pages/index/game/gameList",
  1194. "iconPath": "static/tabbar/jipin.svg",
  1195. "selectedIconPath": "static/tabbar/ACjipin.svg",
  1196. "text": "急聘"
  1197. },
  1198. {
  1199. "pagePath": "pages/msg/index",
  1200. "iconPath": "static/tabbar/Chat.svg",
  1201. "selectedIconPath": "static/tabbar/ACchat.svg",
  1202. "text": "消息中心"
  1203. },
  1204. {
  1205. "pagePath": "pages/my/index",
  1206. "iconPath": "static/tabbar/Profile.svg",
  1207. "selectedIconPath": "static/tabbar/Iconly_Bulk_Profile.svg",
  1208. "text": "个人中心"
  1209. }
  1210. ]
  1211. },
  1212. "condition": { //模式配置,仅开发期间生效
  1213. "current": 0, //当前激活的模式(list 的索引项)
  1214. "list": [{
  1215. "name": "首页", //模式名称
  1216. "path": "pages/index/index", //启动页面,必选
  1217. "query": "" //启动参数,在页面的onLoad函数里面得到
  1218. }]
  1219. }
  1220. }