pages.json 32 KB

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