pages.json 32 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442
  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/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/index/download",
  361. "style": {
  362. "navigationBarTitleText": "下载",
  363. "navigationStyle": "custom"
  364. }
  365. },
  366. {
  367. "path": "pages/my/attachment",
  368. "style": {
  369. "navigationBarTitleText": "管理附件",
  370. "navigationStyle": "custom"
  371. }
  372. },
  373. {
  374. "path": "pages/my/ad",
  375. "style": {
  376. "navigationBarTitleText": "营销",
  377. "navigationStyle": "custom"
  378. }
  379. },
  380. {
  381. "path": "pages/my/ruleCenter",
  382. "style": {
  383. "navigationBarTitleText": "规则中心",
  384. "navigationStyle": "custom"
  385. }
  386. },
  387. {
  388. "path": "pages/public/login",
  389. "style": {
  390. "navigationBarTitleText": "登录",
  391. "navigationStyle": "custom"
  392. }
  393. },
  394. {
  395. "path": "pages/public/bind",
  396. "style": {
  397. "navigationBarTitleText": "绑定手机号",
  398. "navigationStyle": "custom"
  399. }
  400. },
  401. {
  402. "path": "pages/public/forgetPwd",
  403. "style": {
  404. "navigationBarTitleText": "重置密码",
  405. "navigationStyle": "custom"
  406. }
  407. },
  408. {
  409. "path": "pages/public/loginphone",
  410. "style": {
  411. "navigationBarTitleText": "登录",
  412. "navigationStyle": "custom"
  413. }
  414. },
  415. {
  416. "path": "pages/public/pwd",
  417. "style": {
  418. "navigationBarTitleText": "修改密码",
  419. "navigationStyle": "custom"
  420. }
  421. },
  422. {
  423. "path": "pages/public/register",
  424. "style": {
  425. "navigationBarTitleText": "注册",
  426. "navigationStyle": "custom"
  427. }
  428. },
  429. {
  430. "path": "pages/index/game/tuiList",
  431. "style": {
  432. "navigationBarTitleText": "推送列表",
  433. "enablePullDownRefresh": false,
  434. "navigationStyle": "custom"
  435. }
  436. },
  437. {
  438. "path": "pages/msg/addmsg",
  439. "style": {
  440. "navigationBarTitleText": "常用语",
  441. "enablePullDownRefresh": false,
  442. "navigationStyle": "custom"
  443. }
  444. },
  445. {
  446. "path": "pages/msg/chathistory",
  447. "style": {
  448. "navigationBarTitleText": "聊天记录",
  449. "enablePullDownRefresh": false,
  450. "navigationStyle": "custom"
  451. }
  452. },
  453. {
  454. "path": "pages/msg/add",
  455. "style": {
  456. "navigationBarTitleText": "新增",
  457. "enablePullDownRefresh": false,
  458. "navigationStyle": "custom"
  459. }
  460. },
  461. {
  462. "path": "pages/msg/regular",
  463. "style": {
  464. "navigationBarTitleText": "常用语",
  465. "enablePullDownRefresh": false,
  466. "navigationStyle": "custom"
  467. }
  468. },
  469. {
  470. "path": "pages/msg/search",
  471. "style": {
  472. "navigationBarTitleText": "消息搜索",
  473. "enablePullDownRefresh": true,
  474. "navigationStyle": "custom"
  475. }
  476. },
  477. {
  478. "path": "pages/public/selectIdentity/selectIdentity",
  479. "style": {
  480. "navigationBarTitleText": "选择身份",
  481. "enablePullDownRefresh": false,
  482. "navigationStyle": "custom"
  483. }
  484. },
  485. {
  486. "path": "pages/recruitmentData/index",
  487. "style": {
  488. "navigationBarTitleText": "招聘数据",
  489. "enablePullDownRefresh": false,
  490. "navigationStyle": "custom"
  491. }
  492. },
  493. {
  494. "path": "pages/recruitmentData/dataCenter",
  495. "style": {
  496. "navigationBarTitleText": "招聘数据中心",
  497. "enablePullDownRefresh": false,
  498. "navigationStyle": "custom"
  499. }
  500. },
  501. {
  502. "path": "pages/recruitmentData/communicationRecords",
  503. "style": {
  504. "navigationBarTitleText": "沟通记录",
  505. "enablePullDownRefresh": false,
  506. "navigationStyle": "custom"
  507. }
  508. },
  509. {
  510. "path": "pages/recruitmentData/interviewManage",
  511. "style": {
  512. "navigationBarTitleText": "面试管理",
  513. "enablePullDownRefresh": false,
  514. "navigationStyle": "custom"
  515. }
  516. },
  517. {
  518. "path": "pages/msg/interviewInvitation",
  519. "style": {
  520. "navigationBarTitleText": "面试邀约",
  521. "enablePullDownRefresh": false,
  522. "navigationStyle": "custom"
  523. }
  524. },
  525. {
  526. "path": "pages/msg/selectInterview",
  527. "style": {
  528. "navigationBarTitleText": "面试地址",
  529. "enablePullDownRefresh": false,
  530. "navigationStyle": "custom"
  531. }
  532. }
  533. ],
  534. "subPackages": [
  535. {
  536. "root": "package",
  537. "pages": [
  538. {
  539. "path": "list/hezuo",
  540. "style": {
  541. "navigationBarTitleText": "企业合作",
  542. "navigationStyle": "custom"
  543. // "enablePullDownRefresh": true
  544. }
  545. },
  546. {
  547. "path": "list/index",
  548. "style": {
  549. "navigationBarTitleText": "项目查询",
  550. "enablePullDownRefresh": true,
  551. "navigationStyle": "custom"
  552. }
  553. },
  554. {
  555. "path": "list/studyUp",
  556. "style": {
  557. "navigationBarTitleText": "学历提升",
  558. "enablePullDownRefresh": false,
  559. "navigationStyle": "custom"
  560. }
  561. },
  562. {
  563. "path": "list/train",
  564. "style": {
  565. "navigationBarTitleText": "证书培训",
  566. "enablePullDownRefresh": false,
  567. "navigationStyle": "custom"
  568. }
  569. },
  570. {
  571. "path": "list/zhiCheng",
  572. "style": {
  573. "navigationBarTitleText": "职称评审",
  574. "enablePullDownRefresh": false,
  575. "navigationStyle": "custom"
  576. }
  577. },
  578. {
  579. "path": "list/baoming",
  580. "style": {
  581. "navigationBarTitleText": "培训报名",
  582. "enablePullDownRefresh": false,
  583. "navigationStyle": "custom"
  584. }
  585. },
  586. //个人
  587. {
  588. "path": "my/resume",
  589. "style": {
  590. "navigationBarTitleText": "我的简历",
  591. "enablePullDownRefresh": true,
  592. "navigationStyle": "custom"
  593. }
  594. },
  595. {
  596. "path": "my/apply",
  597. "style": {
  598. "navigationBarTitleText": "我的报名",
  599. "enablePullDownRefresh": true,
  600. "navigationStyle": "custom"
  601. }
  602. },
  603. {
  604. "path": "my/applyType",
  605. "style": {
  606. "navigationBarTitleText": "",
  607. "enablePullDownRefresh": false,
  608. "navigationStyle": "custom"
  609. }
  610. },
  611. {
  612. "path": "my/pingbi",
  613. "style": {
  614. "navigationBarTitleText": "",
  615. "enablePullDownRefresh": false,
  616. "navigationStyle": "custom"
  617. }
  618. },
  619. {
  620. "path": "list/fuli",
  621. "style": {
  622. "navigationBarTitleText": "福利查询",
  623. "enablePullDownRefresh": false,
  624. "navigationStyle": "custom"
  625. }
  626. },
  627. {
  628. "path": "jobIntention/jobIntention",
  629. "style": {
  630. "navigationBarTitleText": "管理求职意向",
  631. "enablePullDownRefresh": false,
  632. "navigationStyle": "custom"
  633. }
  634. },
  635. {
  636. "path": "jobIntention/add",
  637. "style": {
  638. "navigationBarTitleText": "求职意向",
  639. "enablePullDownRefresh": false,
  640. "navigationStyle": "custom"
  641. }
  642. },
  643. {
  644. "path": "jobIntention/editJob",
  645. "style": {
  646. "navigationBarTitleText": "岗位描述",
  647. "enablePullDownRefresh": false,
  648. "navigationStyle": "custom"
  649. }
  650. },
  651. {
  652. "path": "jobIntention/edit",
  653. "style": {
  654. "navigationBarTitleText": "求职意向",
  655. "enablePullDownRefresh": false,
  656. "navigationStyle": "custom"
  657. }
  658. },
  659. {
  660. "path": "jobIntention/jobList",
  661. "style": {
  662. "navigationBarTitleText": "岗位分类",
  663. "enablePullDownRefresh": false,
  664. "navigationStyle": "custom"
  665. }
  666. },
  667. {
  668. "path": "jobIntention/industry",
  669. "style": {
  670. "navigationBarTitleText": "期望行业",
  671. "enablePullDownRefresh": false,
  672. "navigationStyle": "custom"
  673. }
  674. },
  675. {
  676. "path": "jobIntention/city",
  677. "style": {
  678. "navigationBarTitleText": "工作地址",
  679. "enablePullDownRefresh": false,
  680. "navigationStyle": "custom"
  681. }
  682. },
  683. {
  684. "path": "jobIntention/company",
  685. "style": {
  686. "navigationBarTitleText": "公司认证",
  687. "enablePullDownRefresh": false,
  688. "navigationStyle": "custom"
  689. }
  690. },
  691. {
  692. "path": "jobIntention/companyImg",
  693. "style": {
  694. "navigationBarTitleText": "公司认证",
  695. "enablePullDownRefresh": false,
  696. "navigationStyle": "custom"
  697. }
  698. },
  699. {
  700. "path": "jobIntention/underReview",
  701. "style": {
  702. "navigationBarTitleText": "审核中",
  703. "enablePullDownRefresh": false,
  704. "navigationStyle": "custom"
  705. }
  706. },
  707. {
  708. "path": "jobIntention/completeMsg",
  709. "style": {
  710. "navigationBarTitleText": "完善信息",
  711. "enablePullDownRefresh": false,
  712. "navigationStyle": "custom"
  713. }
  714. },
  715. {
  716. "path": "jobIntention/companyReview",
  717. "style": {
  718. "navigationBarTitleText": "企业环境认证",
  719. "enablePullDownRefresh": false,
  720. "navigationStyle": "custom"
  721. }
  722. },
  723. {
  724. "path": "jobIntention/companyMsg",
  725. "style": {
  726. "navigationBarTitleText": "公司信息",
  727. "enablePullDownRefresh": false,
  728. "navigationStyle": "custom"
  729. }
  730. },
  731. {
  732. "path": "jobIntention/workAddress",
  733. "style": {
  734. "navigationBarTitleText": "工作地址",
  735. "enablePullDownRefresh": false,
  736. "navigationStyle": "custom"
  737. }
  738. },
  739. {
  740. "path": "jobIntention/tagManage",
  741. "style": {
  742. "navigationBarTitleText": "标签管理",
  743. "enablePullDownRefresh": false,
  744. "navigationStyle": "custom"
  745. }
  746. },
  747. {
  748. "path": "jobIntention/addExpectation",
  749. "style": {
  750. "navigationBarTitleText": "添加求职期望",
  751. "enablePullDownRefresh": false,
  752. "navigationStyle": "custom"
  753. }
  754. },
  755. {
  756. "path": "jobIntention/preferenceSetting",
  757. "style": {
  758. "navigationBarTitleText": "跨境职业标签",
  759. "enablePullDownRefresh": false,
  760. "navigationStyle": "custom"
  761. }
  762. },
  763. {
  764. "path": "jobIntention/jobSkills",
  765. "style": {
  766. "navigationBarTitleText": "跨境职业标签",
  767. "enablePullDownRefresh": false,
  768. "navigationStyle": "custom"
  769. }
  770. },
  771. {
  772. "path": "jobIntention/addAddress",
  773. "style": {
  774. "navigationBarTitleText": "添加地址",
  775. "enablePullDownRefresh": false,
  776. "navigationStyle": "custom"
  777. }
  778. },
  779. {
  780. "path": "jobIntention/fund",
  781. "style": {
  782. "navigationBarTitleText": "福利待遇",
  783. "enablePullDownRefresh": false,
  784. "navigationStyle": "custom"
  785. }
  786. },
  787. {
  788. "path": "jobIntention/basicInfo",
  789. "style": {
  790. "navigationBarTitleText": "基本信息",
  791. "enablePullDownRefresh": false,
  792. "navigationStyle": "custom"
  793. }
  794. },
  795. {
  796. "path": "blackList/blackList",
  797. "style": {
  798. "navigationBarTitleText": "黑名单",
  799. "enablePullDownRefresh": true,
  800. "navigationStyle": "custom"
  801. }
  802. },
  803. {
  804. "path": "addJob/addJob",
  805. "style": {
  806. "navigationBarTitleText": "发布招聘",
  807. "enablePullDownRefresh": false,
  808. "navigationStyle": "custom"
  809. }
  810. },
  811. {
  812. "path": "screen/city",
  813. "style": {
  814. "navigationBarTitleText": "城市",
  815. "enablePullDownRefresh": false,
  816. "navigationStyle": "custom"
  817. }
  818. },
  819. {
  820. "path": "screen/screen",
  821. "style": {
  822. "navigationBarTitleText": "筛选",
  823. "enablePullDownRefresh": false,
  824. "navigationStyle": "custom"
  825. }
  826. },
  827. {
  828. "path": "screen/screenComp",
  829. "style": {
  830. "navigationBarTitleText": "筛选",
  831. "enablePullDownRefresh": false,
  832. "navigationStyle": "custom"
  833. }
  834. },
  835. {
  836. "path": "records/records",
  837. "style": {
  838. "navigationBarTitleText": "求职记录",
  839. "enablePullDownRefresh": true
  840. // ,
  841. // "navigationStyle": "custom"
  842. }
  843. },
  844. {
  845. "path": "search/search",
  846. "style": {
  847. "navigationBarTitleText": "搜索",
  848. "enablePullDownRefresh": true,
  849. "navigationStyle": "custom"
  850. }
  851. },
  852. {
  853. "path": "deliveryRecord/deliveryRecord",
  854. "style": {
  855. "navigationBarTitleText": "投递记录",
  856. "enablePullDownRefresh": true
  857. }
  858. },
  859. {
  860. "path": "myLove/myLove",
  861. "style": {
  862. "navigationBarTitleText": "我的收藏",
  863. "enablePullDownRefresh": true,
  864. "navigationStyle": "custom"
  865. }
  866. }
  867. ]
  868. },
  869. {
  870. "root": "my",
  871. "pages": [
  872. {
  873. "path": "wallet/shouyi",
  874. "style": {
  875. "navigationBarTitleText": "收益明细",
  876. "enablePullDownRefresh": true,
  877. "navigationStyle": "custom"
  878. }
  879. },
  880. {
  881. "path": "team/team",
  882. "style": {
  883. "navigationBarTitleText": "我的团队",
  884. "enablePullDownRefresh": true,
  885. "navigationStyle": "custom"
  886. }
  887. },
  888. {
  889. "path": "team/earnings",
  890. "style": {
  891. "navigationBarTitleText": "我的收益",
  892. "enablePullDownRefresh": true,
  893. "navigationStyle": "custom"
  894. }
  895. },
  896. {
  897. "path": "gird/guanzhu",
  898. "style": {
  899. "navigationBarTitleText": "我的粉丝",
  900. "enablePullDownRefresh": true,
  901. "navigationStyle": "custom"
  902. }
  903. },
  904. {
  905. "path": "gird/visitor",
  906. "style": {
  907. "navigationBarTitleText": "最近访客",
  908. "enablePullDownRefresh": true,
  909. "navigationStyle": "custom"
  910. }
  911. },
  912. {
  913. "path": "address/address",
  914. "style": {
  915. "navigationBarTitleText": "地址管理",
  916. "enablePullDownRefresh": true,
  917. "navigationStyle": "custom"
  918. }
  919. },
  920. {
  921. "path": "address/Endaddress",
  922. "style": {
  923. "navigationBarTitleText": "添加地址",
  924. "enablePullDownRefresh": true,
  925. "navigationStyle": "custom"
  926. }
  927. },
  928. {
  929. "path": "gird/browse",
  930. "style": {
  931. "navigationBarTitleText": "浏览历史",
  932. "enablePullDownRefresh": true,
  933. "navigationStyle": "custom"
  934. }
  935. },
  936. {
  937. "path": "renzheng/index",
  938. "style": {
  939. "navigationBarTitleText": "企业认证",
  940. "navigationStyle": "custom"
  941. }
  942. },
  943. {
  944. "path": "renzheng/editCompany",
  945. "style": {
  946. "navigationBarTitleText": "编辑公司信息",
  947. "navigationStyle": "custom"
  948. }
  949. },
  950. {
  951. "path": "renzheng/companyMsg",
  952. "style": {
  953. "navigationBarTitleText": "公司信息",
  954. "navigationStyle": "custom"
  955. }
  956. },
  957. {
  958. "path": "renzheng/companyDev",
  959. "style": {
  960. "navigationBarTitleText": "公司信息",
  961. "navigationStyle": "custom"
  962. }
  963. },
  964. {
  965. "path": "renzheng/companyFund",
  966. "style": {
  967. "navigationBarTitleText": "公司信息",
  968. "navigationStyle": "custom"
  969. }
  970. },
  971. {
  972. "path": "renzheng/peopleDev",
  973. "style": {
  974. "navigationBarTitleText": "公司信息",
  975. "navigationStyle": "custom"
  976. }
  977. },
  978. {
  979. "path": "renzheng/editCompanyDesc",
  980. "style": {
  981. "navigationBarTitleText": "公司信息",
  982. "navigationStyle": "custom"
  983. }
  984. },
  985. {
  986. "path": "renzheng/companyLogo",
  987. "style": {
  988. "navigationBarTitleText": "公司信息",
  989. "navigationStyle": "custom"
  990. }
  991. },
  992. {
  993. "path": "renzheng/companyImg",
  994. "style": {
  995. "navigationBarTitleText": "公司信息",
  996. "navigationStyle": "custom"
  997. }
  998. },
  999. {
  1000. "path": "renzheng/mainWorkIntro",
  1001. "style": {
  1002. "navigationBarTitleText": "公司信息",
  1003. "navigationStyle": "custom"
  1004. }
  1005. },
  1006. {
  1007. "path": "renzheng/zhuanrang",
  1008. "style": {
  1009. "navigationBarTitleText": "转让企业",
  1010. "navigationStyle": "custom"
  1011. }
  1012. },
  1013. {
  1014. "path": "vip/index",
  1015. "style": {
  1016. "navigationBarTitleText": "会员中心",
  1017. // "navigationBarBackgroundColor": "#111111",
  1018. "navigationBarTextStyle": "black",
  1019. "navigationStyle": "custom"
  1020. }
  1021. },
  1022. {
  1023. "path": "wallet/wallet",
  1024. "style": {
  1025. "navigationBarTitleText": "我的钻石",
  1026. "navigationBarBackgroundColor": "#00DD9A",
  1027. "enablePullDownRefresh": true,
  1028. "navigationBarTextStyle": "white",
  1029. "navigationStyle": "custom"
  1030. }
  1031. },
  1032. {
  1033. "path": "wallet/tixian",
  1034. "style": {
  1035. "navigationBarTitleText": "提现",
  1036. "navigationStyle": "custom"
  1037. }
  1038. },
  1039. {
  1040. "path": "wallet/index",
  1041. "style": {
  1042. "navigationBarTitleText": "钻石充值",
  1043. "navigationStyle": "custom"
  1044. }
  1045. },
  1046. {
  1047. "path": "wallet/zhifubao",
  1048. "style": {
  1049. "navigationBarTitleText": "提现账号",
  1050. "navigationStyle": "custom"
  1051. }
  1052. },
  1053. {
  1054. "path": "wallet/cashList",
  1055. "style": {
  1056. "navigationBarTitleText": "提现记录",
  1057. "enablePullDownRefresh": true,
  1058. "navigationStyle": "custom"
  1059. }
  1060. },
  1061. {
  1062. "path": "wallet/mymoneydetail",
  1063. "style": {
  1064. "navigationBarTitleText": "钱包明细",
  1065. "enablePullDownRefresh": true,
  1066. "navigationStyle": "custom"
  1067. }
  1068. },
  1069. {
  1070. "path": "order/index",
  1071. "style": {
  1072. "navigationBarTitleText": "我的招聘",
  1073. "navigationStyle": "custom"
  1074. }
  1075. },
  1076. {
  1077. "path": "order/pay",
  1078. "style": {
  1079. "navigationBarTitleText": "岗位详情",
  1080. "navigationStyle": "custom"
  1081. }
  1082. },
  1083. {
  1084. "path": "order/complain",
  1085. "style": {
  1086. "navigationBarTitleText": "投诉",
  1087. "navigationStyle": "custom"
  1088. }
  1089. },
  1090. {
  1091. "path": "publish/resumesPost",
  1092. "style": {
  1093. "navigationBarTitleText": "添加岗位",
  1094. "navigationStyle": "custom"
  1095. }
  1096. },
  1097. {
  1098. "path": "publish/gangw",
  1099. "style": {
  1100. "navigationBarTitleText": "岗位添加",
  1101. "navigationStyle": "custom"
  1102. }
  1103. },
  1104. {
  1105. "path": "publish/gangws",
  1106. "style": {
  1107. "navigationBarTitleText": "岗位添加",
  1108. "navigationStyle": "custom"
  1109. }
  1110. },
  1111. {
  1112. "path": "publish/editor",
  1113. "style": {
  1114. "navigationBarTitleText": "我的简历",
  1115. "navigationStyle": "custom"
  1116. }
  1117. },
  1118. {
  1119. "path": "publish/serveType",
  1120. "style": {
  1121. "navigationBarTitleText": "",
  1122. "navigationStyle": "custom"
  1123. }
  1124. },
  1125. {
  1126. "path": "publish/workhistory",
  1127. "style": {
  1128. "navigationBarTitleText": "工作经历",
  1129. "navigationStyle": "custom"
  1130. }
  1131. },
  1132. {
  1133. "path": "setting/customer",
  1134. "style": {
  1135. "navigationBarTitleText": "在线客服",
  1136. "navigationStyle": "custom"
  1137. }
  1138. },
  1139. {
  1140. "path": "feedback/index",
  1141. "style": {
  1142. "navigationBarTitleText": "意见反馈",
  1143. "navigationStyle": "custom"
  1144. }
  1145. },
  1146. {
  1147. "path": "setting/index",
  1148. "style": {
  1149. "navigationBarTitleText": "设置中心",
  1150. "navigationStyle": "custom"
  1151. }
  1152. },
  1153. {
  1154. "path": "setting/mimi",
  1155. "style": {
  1156. "navigationBarTitleText": "隐私政策",
  1157. "navigationStyle": "custom"
  1158. }
  1159. },
  1160. {
  1161. "path": "setting/xieyi",
  1162. "style": {
  1163. "navigationBarTitleText": "用户协议",
  1164. "navigationStyle": "custom"
  1165. }
  1166. },
  1167. {
  1168. "path": "setting/about",
  1169. "style": {
  1170. "navigationBarTitleText": "关于我们",
  1171. "navigationStyle": "custom"
  1172. }
  1173. },
  1174. {
  1175. "path": "setting/jobXy",
  1176. "style": {
  1177. "navigationBarTitleText": "岗位发布协议",
  1178. "navigationStyle": "custom"
  1179. }
  1180. },
  1181. {
  1182. "path": "setting/userphone",
  1183. "style": {
  1184. "navigationBarTitleText": "修改手机号",
  1185. "navigationStyle": "custom"
  1186. }
  1187. },
  1188. {
  1189. "path": "order/feedback",
  1190. "style": {
  1191. "navigationBarTitleText": "评论",
  1192. "navigationStyle": "custom"
  1193. }
  1194. },
  1195. {
  1196. "path": "takeOrder/index",
  1197. "style": {
  1198. "navigationBarTitleText": "我的接单",
  1199. "navigationStyle": "custom"
  1200. }
  1201. },
  1202. {
  1203. "path": "takeOrder/takeDetail",
  1204. "style": {
  1205. "navigationBarTitleText": "接单详情",
  1206. "navigationStyle": "custom"
  1207. }
  1208. },
  1209. {
  1210. "path": "setting/chat",
  1211. "style": {
  1212. "navigationBarTitleText": "联系客服",
  1213. "navigationStyle": "custom"
  1214. }
  1215. },
  1216. {
  1217. "path": "publish/updataServeType",
  1218. "style": {
  1219. "navigationBarTitleText": "修改",
  1220. "enablePullDownRefresh": false,
  1221. "navigationStyle": "custom"
  1222. }
  1223. },
  1224. {
  1225. "path": "publish/updataServeTypes",
  1226. "style": {
  1227. "navigationBarTitleText": "修改",
  1228. "enablePullDownRefresh": false,
  1229. "navigationStyle": "custom"
  1230. }
  1231. },
  1232. {
  1233. "path": "publish/updataGangw",
  1234. "style": {
  1235. "navigationBarTitleText": "岗位添加",
  1236. "enablePullDownRefresh": false,
  1237. "navigationStyle": "custom"
  1238. }
  1239. },
  1240. {
  1241. "path": "publish/updataGangws",
  1242. "style": {
  1243. "navigationBarTitleText": "岗位添加",
  1244. "enablePullDownRefresh": false,
  1245. "navigationStyle": "custom"
  1246. }
  1247. },
  1248. {
  1249. "path": "order/myIndex",
  1250. "style": {
  1251. "navigationBarTitleText": "我的定制化",
  1252. "enablePullDownRefresh": false,
  1253. "navigationBarBackgroundColor": "#ffffff",
  1254. "navigationStyle": "custom"
  1255. }
  1256. },
  1257. {
  1258. "path": "publish/serveTypes",
  1259. "style": {
  1260. "navigationBarTitleText": "定制化服务",
  1261. "enablePullDownRefresh": false,
  1262. "navigationBarBackgroundColor": "#ffffff",
  1263. "navigationStyle": "custom"
  1264. }
  1265. },
  1266. {
  1267. "path": "publish/editors",
  1268. "style": {
  1269. "navigationBarTitleText": "查看",
  1270. "enablePullDownRefresh": false,
  1271. "navigationStyle": "custom"
  1272. }
  1273. },
  1274. {
  1275. "path": "setting/feedbackIndex",
  1276. "style": {
  1277. "navigationBarTitleText": "帮助中心",
  1278. "enablePullDownRefresh": false,
  1279. "navigationStyle": "custom"
  1280. }
  1281. },
  1282. {
  1283. "path": "setting/helpDetail",
  1284. "style": {
  1285. "navigationBarTitleText": "帮助中心",
  1286. "enablePullDownRefresh": false,
  1287. "navigationStyle": "custom"
  1288. }
  1289. },
  1290. {
  1291. "path": "matching/matching",
  1292. "style": {
  1293. "navigationBarTitleText": "快速入职",
  1294. "enablePullDownRefresh": false,
  1295. "navigationStyle": "custom"
  1296. }
  1297. },
  1298. {
  1299. "path": "enterpriseInfo/enterpriseInfo",
  1300. "style": {
  1301. "navigationBarTitleText": "企业详情",
  1302. "enablePullDownRefresh": false,
  1303. "navigationBarBackgroundColor": "#4B4D5C",
  1304. "navigationBarTextStyle": "white",
  1305. "app-plus": {
  1306. // 将回弹属性关掉
  1307. "bounce": "none"
  1308. },
  1309. "navigationStyle": "custom"
  1310. }
  1311. },
  1312. {
  1313. "path": "vip/zhouka",
  1314. "style": {
  1315. "navigationBarTitleText": "人才库周卡",
  1316. "enablePullDownRefresh": false,
  1317. "navigationStyle": "custom"
  1318. }
  1319. },
  1320. {
  1321. "path": "setting/weekXiYi",
  1322. "style": {
  1323. "navigationBarTitleText": "会员开通协议",
  1324. "enablePullDownRefresh": false,
  1325. "navigationStyle": "custom"
  1326. }
  1327. },
  1328. {
  1329. "path": "feedback/jubao",
  1330. "style": {
  1331. "navigationBarTitleText": "举报",
  1332. "enablePullDownRefresh": false,
  1333. "navigationStyle": "custom"
  1334. }
  1335. },
  1336. {
  1337. "path": "jilu/jilu",
  1338. "style": {
  1339. "navigationBarTitleText": "面试记录",
  1340. "enablePullDownRefresh": false,
  1341. "navigationStyle": "custom"
  1342. }
  1343. },
  1344. {
  1345. "path": "jilu/jilu",
  1346. "style": {
  1347. "navigationBarTitleText": "面试记录",
  1348. "enablePullDownRefresh": false,
  1349. "navigationStyle": "custom"
  1350. }
  1351. },
  1352. {
  1353. "path": "jilu/mianshiDetail",
  1354. "style": {
  1355. "navigationBarTitleText": "面试详情",
  1356. "enablePullDownRefresh": false,
  1357. "navigationStyle": "custom"
  1358. }
  1359. },
  1360. {
  1361. "path": "jilu/bossMianshiDetail",
  1362. "style": {
  1363. "navigationBarTitleText": "面试详情",
  1364. "enablePullDownRefresh": false,
  1365. "navigationStyle": "custom"
  1366. }
  1367. },
  1368. {
  1369. "path": "jilu/editInterview",
  1370. "style": {
  1371. "navigationBarTitleText": "修改邀约",
  1372. "enablePullDownRefresh": false,
  1373. "navigationStyle": "custom"
  1374. }
  1375. },
  1376. // #ifdef APP || H5
  1377. {
  1378. "path": "videoVoice/videoVoice",
  1379. "style": {
  1380. "navigationBarTitleText": "",
  1381. "navigationStyle": "custom"
  1382. }
  1383. }
  1384. // #endif
  1385. ]
  1386. }
  1387. ],
  1388. "globalStyle": {
  1389. "navigationBarTextStyle": "black",
  1390. "navigationBarTitleText": "省钱兄招聘",
  1391. "navigationBarBackgroundColor": "#FFFFFF",
  1392. "backgroundColor": "#ffffff"
  1393. },
  1394. "tabBar": {
  1395. "color": "#9CA4AB",
  1396. "selectedColor": "#0D27F7",
  1397. "backgroundColor": "#FFFFFF",
  1398. "borderStyle": "black",
  1399. "list": [
  1400. {
  1401. "pagePath": "pages/index/index",
  1402. "iconPath": "static/tabbar/Home.png",
  1403. "selectedIconPath": "/static/tabbar/Iconly_Bold_Home.png",
  1404. "text": "首页"
  1405. },
  1406. {
  1407. "pagePath": "pages/index/game/gameList",
  1408. "iconPath": "static/tabbar/jipin.png",
  1409. "selectedIconPath": "static/tabbar/ACjipin.png",
  1410. "text": "急聘"
  1411. },
  1412. // {
  1413. // "pagePath": "pages/talentSearch/index",
  1414. // "iconPath": "static/tabbar/Hrsearch.png",
  1415. // "selectedIconPath": "static/tabbar/ACsearch.png",
  1416. // "text": "搜索"
  1417. // },
  1418. {
  1419. "pagePath": "pages/msg/index",
  1420. "iconPath": "static/tabbar/Chat.png",
  1421. "selectedIconPath": "static/tabbar/ACchat.png",
  1422. "text": "消息中心"
  1423. },
  1424. {
  1425. "pagePath": "pages/my/index",
  1426. "iconPath": "static/tabbar/Iconly_Light_Profile.png",
  1427. "selectedIconPath": "static/tabbar/Iconly_Bulk_Profile.png",
  1428. "text": "个人中心"
  1429. }
  1430. ]
  1431. },
  1432. "condition": { //模式配置,仅开发期间生效
  1433. "current": 0, //当前激活的模式(list 的索引项)
  1434. "list": [
  1435. {
  1436. "name": "首页", //模式名称
  1437. "path": "pages/index/index", //启动页面,必选
  1438. "query": "" //启动参数,在页面的onLoad函数里面得到
  1439. }
  1440. ]
  1441. }
  1442. }