pages.json 32 KB

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