pages.json 26 KB

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