pages.json 32 KB

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