pages.json 34 KB

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