pages.json 26 KB

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