pages.json 34 KB

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