pages.json 28 KB

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