pages.json 28 KB

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