pages.json 32 KB

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