pages.json 24 KB

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