pages.json 32 KB

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