pages.json 31 KB

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