pages.json 27 KB

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