pages.json 30 KB

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