pages.json 25 KB

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