pages.json 27 KB

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