pages.json 34 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552
  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. // ,
  902. // "navigationStyle": "custom"
  903. }
  904. },
  905. {
  906. "path": "search/search",
  907. "style": {
  908. "navigationBarTitleText": "搜索",
  909. "navigationStyle": "custom"
  910. }
  911. },
  912. {
  913. "path": "deliveryRecord/deliveryRecord",
  914. "style": {
  915. "navigationBarTitleText": "投递记录",
  916. "enablePullDownRefresh": true
  917. }
  918. },
  919. {
  920. "path": "myLove/myLove",
  921. "style": {
  922. "navigationBarTitleText": "我的收藏",
  923. "enablePullDownRefresh": true,
  924. "navigationStyle": "custom"
  925. }
  926. },
  927. {
  928. "path": "my/editUserInfo",
  929. "style": {
  930. "navigationBarTitleText": "个人信息",
  931. "navigationStyle": "custom"
  932. }
  933. },
  934. {
  935. "path": "my/previewResume/index",
  936. "style": {
  937. "navigationBarTitleText": "简历预览",
  938. "navigationStyle": "custom"
  939. }
  940. },
  941. {
  942. "path": "my/hiddenManagement/index",
  943. "style": {
  944. "navigationBarTitleText": "屏蔽管理",
  945. "navigationStyle": "custom"
  946. }
  947. },
  948. {
  949. "path": "my/hiddenManagement/hiddenCompany",
  950. "style": {
  951. "navigationBarTitleText": "屏蔽管理",
  952. "navigationStyle": "custom"
  953. }
  954. },
  955. {
  956. "path": "jobIntention/updateCertificates",
  957. "style": {
  958. "navigationBarTitleText": "资质证书",
  959. "enablePullDownRefresh": false,
  960. "navigationStyle": "custom"
  961. }
  962. }
  963. ]
  964. },
  965. {
  966. "root": "my",
  967. "pages": [
  968. {
  969. "path": "wallet/shouyi",
  970. "style": {
  971. "navigationBarTitleText": "收益明细",
  972. "enablePullDownRefresh": true,
  973. "navigationStyle": "custom"
  974. }
  975. },
  976. {
  977. "path": "team/team",
  978. "style": {
  979. "navigationBarTitleText": "我的团队",
  980. "enablePullDownRefresh": true,
  981. "navigationStyle": "custom"
  982. }
  983. },
  984. {
  985. "path": "team/earnings",
  986. "style": {
  987. "navigationBarTitleText": "我的收益",
  988. "enablePullDownRefresh": true,
  989. "navigationStyle": "custom"
  990. }
  991. },
  992. {
  993. "path": "gird/guanzhu",
  994. "style": {
  995. "navigationBarTitleText": "我的粉丝",
  996. "enablePullDownRefresh": true,
  997. "navigationStyle": "custom"
  998. }
  999. },
  1000. {
  1001. "path": "gird/visitor",
  1002. "style": {
  1003. "navigationBarTitleText": "最近访客",
  1004. "enablePullDownRefresh": true,
  1005. "navigationStyle": "custom"
  1006. }
  1007. },
  1008. {
  1009. "path": "address/address",
  1010. "style": {
  1011. "navigationBarTitleText": "地址管理",
  1012. "enablePullDownRefresh": true,
  1013. "navigationStyle": "custom"
  1014. }
  1015. },
  1016. {
  1017. "path": "address/Endaddress",
  1018. "style": {
  1019. "navigationBarTitleText": "添加地址",
  1020. "enablePullDownRefresh": true,
  1021. "navigationStyle": "custom"
  1022. }
  1023. },
  1024. {
  1025. "path": "gird/browse",
  1026. "style": {
  1027. "navigationBarTitleText": "浏览历史",
  1028. "enablePullDownRefresh": true,
  1029. "navigationStyle": "custom"
  1030. }
  1031. },
  1032. {
  1033. "path": "renzheng/index",
  1034. "style": {
  1035. "navigationBarTitleText": "企业认证",
  1036. "navigationStyle": "custom"
  1037. }
  1038. },
  1039. {
  1040. "path": "renzheng/editCompany",
  1041. "style": {
  1042. "navigationBarTitleText": "编辑公司信息",
  1043. "navigationStyle": "custom"
  1044. }
  1045. },
  1046. {
  1047. "path": "renzheng/companyMsg",
  1048. "style": {
  1049. "navigationBarTitleText": "公司信息",
  1050. "navigationStyle": "custom"
  1051. }
  1052. },
  1053. {
  1054. "path": "renzheng/companyDev",
  1055. "style": {
  1056. "navigationBarTitleText": "公司信息",
  1057. "navigationStyle": "custom"
  1058. }
  1059. },
  1060. {
  1061. "path": "renzheng/companyFund",
  1062. "style": {
  1063. "navigationBarTitleText": "公司信息",
  1064. "navigationStyle": "custom"
  1065. }
  1066. },
  1067. {
  1068. "path": "renzheng/peopleDev",
  1069. "style": {
  1070. "navigationBarTitleText": "公司信息",
  1071. "navigationStyle": "custom"
  1072. }
  1073. },
  1074. {
  1075. "path": "renzheng/editCompanyDesc",
  1076. "style": {
  1077. "navigationBarTitleText": "公司信息",
  1078. "navigationStyle": "custom"
  1079. }
  1080. },
  1081. {
  1082. "path": "renzheng/companyLogo",
  1083. "style": {
  1084. "navigationBarTitleText": "公司信息",
  1085. "navigationStyle": "custom"
  1086. }
  1087. },
  1088. {
  1089. "path": "renzheng/companyImg",
  1090. "style": {
  1091. "navigationBarTitleText": "公司信息",
  1092. "navigationStyle": "custom"
  1093. }
  1094. },
  1095. {
  1096. "path": "renzheng/mainWorkIntro",
  1097. "style": {
  1098. "navigationBarTitleText": "公司信息",
  1099. "navigationStyle": "custom"
  1100. }
  1101. },
  1102. {
  1103. "path": "renzheng/zhuanrang",
  1104. "style": {
  1105. "navigationBarTitleText": "转让企业",
  1106. "navigationStyle": "custom"
  1107. }
  1108. },
  1109. {
  1110. "path": "vip/index",
  1111. "style": {
  1112. "navigationBarTitleText": "会员中心",
  1113. // "navigationBarBackgroundColor": "#111111",
  1114. "navigationBarTextStyle": "black",
  1115. "navigationStyle": "custom"
  1116. }
  1117. },
  1118. {
  1119. "path": "wallet/wallet",
  1120. "style": {
  1121. "navigationBarTitleText": "我的钻石",
  1122. "navigationBarBackgroundColor": "#00DD9A",
  1123. "enablePullDownRefresh": true,
  1124. "navigationBarTextStyle": "white",
  1125. "navigationStyle": "custom"
  1126. }
  1127. },
  1128. {
  1129. "path": "wallet/tixian",
  1130. "style": {
  1131. "navigationBarTitleText": "提现",
  1132. "navigationStyle": "custom"
  1133. }
  1134. },
  1135. {
  1136. "path": "wallet/index",
  1137. "style": {
  1138. "navigationBarTitleText": "钻石充值",
  1139. "navigationStyle": "custom"
  1140. }
  1141. },
  1142. {
  1143. "path": "wallet/zhifubao",
  1144. "style": {
  1145. "navigationBarTitleText": "提现账号",
  1146. "navigationStyle": "custom"
  1147. }
  1148. },
  1149. {
  1150. "path": "wallet/cashList",
  1151. "style": {
  1152. "navigationBarTitleText": "提现记录",
  1153. "enablePullDownRefresh": true,
  1154. "navigationStyle": "custom"
  1155. }
  1156. },
  1157. {
  1158. "path": "wallet/mymoneydetail",
  1159. "style": {
  1160. "navigationBarTitleText": "钱包明细",
  1161. "enablePullDownRefresh": true,
  1162. "navigationStyle": "custom"
  1163. }
  1164. },
  1165. {
  1166. "path": "order/index",
  1167. "style": {
  1168. "navigationBarTitleText": "我的招聘",
  1169. "navigationStyle": "custom"
  1170. }
  1171. },
  1172. {
  1173. "path": "order/pay",
  1174. "style": {
  1175. "navigationBarTitleText": "岗位详情",
  1176. "navigationStyle": "custom"
  1177. }
  1178. },
  1179. {
  1180. "path": "order/complain",
  1181. "style": {
  1182. "navigationBarTitleText": "投诉",
  1183. "navigationStyle": "custom"
  1184. }
  1185. },
  1186. {
  1187. "path": "publish/resumesPost",
  1188. "style": {
  1189. "navigationBarTitleText": "添加岗位",
  1190. "navigationStyle": "custom"
  1191. }
  1192. },
  1193. {
  1194. "path": "publish/gangw",
  1195. "style": {
  1196. "navigationBarTitleText": "岗位添加",
  1197. "navigationStyle": "custom"
  1198. }
  1199. },
  1200. {
  1201. "path": "publish/gangws",
  1202. "style": {
  1203. "navigationBarTitleText": "岗位添加",
  1204. "navigationStyle": "custom"
  1205. }
  1206. },
  1207. {
  1208. "path": "publish/editor",
  1209. "style": {
  1210. "navigationBarTitleText": "我的简历",
  1211. "navigationStyle": "custom"
  1212. }
  1213. },
  1214. {
  1215. "path": "publish/serveType",
  1216. "style": {
  1217. "navigationBarTitleText": "",
  1218. "navigationStyle": "custom"
  1219. }
  1220. },
  1221. {
  1222. "path": "publish/workhistory",
  1223. "style": {
  1224. "navigationBarTitleText": "工作经历",
  1225. "navigationStyle": "custom"
  1226. }
  1227. },
  1228. {
  1229. "path": "setting/customer",
  1230. "style": {
  1231. "navigationBarTitleText": "在线客服",
  1232. "navigationStyle": "custom"
  1233. }
  1234. },
  1235. {
  1236. "path": "feedback/index",
  1237. "style": {
  1238. "navigationBarTitleText": "意见反馈",
  1239. "navigationStyle": "custom"
  1240. }
  1241. },
  1242. {
  1243. "path": "setting/index",
  1244. "style": {
  1245. "navigationBarTitleText": "设置中心",
  1246. "navigationStyle": "custom"
  1247. }
  1248. },
  1249. {
  1250. "path": "setting/mimi",
  1251. "style": {
  1252. "navigationBarTitleText": "隐私政策",
  1253. "navigationStyle": "custom"
  1254. }
  1255. },
  1256. {
  1257. "path": "setting/xieyi",
  1258. "style": {
  1259. "navigationBarTitleText": "用户协议",
  1260. "navigationStyle": "custom"
  1261. }
  1262. },
  1263. {
  1264. "path": "setting/about",
  1265. "style": {
  1266. "navigationBarTitleText": "关于我们",
  1267. "navigationStyle": "custom"
  1268. }
  1269. },
  1270. {
  1271. "path": "setting/jobXy",
  1272. "style": {
  1273. "navigationBarTitleText": "岗位发布协议",
  1274. "navigationStyle": "custom"
  1275. }
  1276. },
  1277. {
  1278. "path": "setting/userphone",
  1279. "style": {
  1280. "navigationBarTitleText": "修改手机号",
  1281. "navigationStyle": "custom"
  1282. }
  1283. },
  1284. {
  1285. "path": "order/feedback",
  1286. "style": {
  1287. "navigationBarTitleText": "评论",
  1288. "navigationStyle": "custom"
  1289. }
  1290. },
  1291. {
  1292. "path": "takeOrder/index",
  1293. "style": {
  1294. "navigationBarTitleText": "我的接单",
  1295. "navigationStyle": "custom"
  1296. }
  1297. },
  1298. {
  1299. "path": "takeOrder/takeDetail",
  1300. "style": {
  1301. "navigationBarTitleText": "接单详情",
  1302. "navigationStyle": "custom"
  1303. }
  1304. },
  1305. {
  1306. "path": "setting/chat",
  1307. "style": {
  1308. "navigationBarTitleText": "联系客服",
  1309. "navigationStyle": "custom"
  1310. }
  1311. },
  1312. {
  1313. "path": "publish/updataServeType",
  1314. "style": {
  1315. "navigationBarTitleText": "修改",
  1316. "enablePullDownRefresh": false,
  1317. "navigationStyle": "custom"
  1318. }
  1319. },
  1320. {
  1321. "path": "publish/updataServeTypes",
  1322. "style": {
  1323. "navigationBarTitleText": "修改",
  1324. "enablePullDownRefresh": false,
  1325. "navigationStyle": "custom"
  1326. }
  1327. },
  1328. {
  1329. "path": "publish/updataGangw",
  1330. "style": {
  1331. "navigationBarTitleText": "岗位添加",
  1332. "enablePullDownRefresh": false,
  1333. "navigationStyle": "custom"
  1334. }
  1335. },
  1336. {
  1337. "path": "publish/updataGangws",
  1338. "style": {
  1339. "navigationBarTitleText": "岗位添加",
  1340. "enablePullDownRefresh": false,
  1341. "navigationStyle": "custom"
  1342. }
  1343. },
  1344. {
  1345. "path": "order/myIndex",
  1346. "style": {
  1347. "navigationBarTitleText": "我的定制化",
  1348. "enablePullDownRefresh": false,
  1349. "navigationBarBackgroundColor": "#ffffff",
  1350. "navigationStyle": "custom"
  1351. }
  1352. },
  1353. {
  1354. "path": "publish/serveTypes",
  1355. "style": {
  1356. "navigationBarTitleText": "定制化服务",
  1357. "enablePullDownRefresh": false,
  1358. "navigationBarBackgroundColor": "#ffffff",
  1359. "navigationStyle": "custom"
  1360. }
  1361. },
  1362. {
  1363. "path": "publish/editors",
  1364. "style": {
  1365. "navigationBarTitleText": "查看",
  1366. "enablePullDownRefresh": false,
  1367. "navigationStyle": "custom"
  1368. }
  1369. },
  1370. {
  1371. "path": "setting/feedbackIndex",
  1372. "style": {
  1373. "navigationBarTitleText": "帮助中心",
  1374. "enablePullDownRefresh": false,
  1375. "navigationStyle": "custom"
  1376. }
  1377. },
  1378. {
  1379. "path": "setting/helpDetail",
  1380. "style": {
  1381. "navigationBarTitleText": "帮助中心",
  1382. "enablePullDownRefresh": false,
  1383. "navigationStyle": "custom"
  1384. }
  1385. },
  1386. {
  1387. "path": "matching/matching",
  1388. "style": {
  1389. "navigationBarTitleText": "快速入职",
  1390. "enablePullDownRefresh": false,
  1391. "navigationStyle": "custom"
  1392. }
  1393. },
  1394. {
  1395. "path": "enterpriseInfo/enterpriseInfo",
  1396. "style": {
  1397. "navigationBarTitleText": "企业详情",
  1398. "enablePullDownRefresh": false,
  1399. "navigationBarBackgroundColor": "#4B4D5C",
  1400. "navigationBarTextStyle": "white",
  1401. "app-plus": {
  1402. // 将回弹属性关掉
  1403. "bounce": "none"
  1404. },
  1405. "navigationStyle": "custom"
  1406. }
  1407. },
  1408. {
  1409. "path": "vip/zhouka",
  1410. "style": {
  1411. "navigationBarTitleText": "人才库周卡",
  1412. "enablePullDownRefresh": false,
  1413. "navigationStyle": "custom"
  1414. }
  1415. },
  1416. {
  1417. "path": "setting/weekXiYi",
  1418. "style": {
  1419. "navigationBarTitleText": "会员开通协议",
  1420. "enablePullDownRefresh": false,
  1421. "navigationStyle": "custom"
  1422. }
  1423. },
  1424. {
  1425. "path": "feedback/jubao",
  1426. "style": {
  1427. "navigationBarTitleText": "举报",
  1428. "enablePullDownRefresh": false,
  1429. "navigationStyle": "custom"
  1430. }
  1431. },
  1432. {
  1433. "path": "jilu/jilu",
  1434. "style": {
  1435. "navigationBarTitleText": "面试记录",
  1436. "enablePullDownRefresh": false,
  1437. "navigationStyle": "custom"
  1438. }
  1439. },
  1440. {
  1441. "path": "jilu/jilu",
  1442. "style": {
  1443. "navigationBarTitleText": "面试记录",
  1444. "enablePullDownRefresh": false,
  1445. "navigationStyle": "custom"
  1446. }
  1447. },
  1448. {
  1449. "path": "jilu/mianshiDetail",
  1450. "style": {
  1451. "navigationBarTitleText": "面试详情",
  1452. "enablePullDownRefresh": false,
  1453. "navigationStyle": "custom"
  1454. }
  1455. },
  1456. {
  1457. "path": "jilu/bossMianshiDetail",
  1458. "style": {
  1459. "navigationBarTitleText": "面试详情",
  1460. "enablePullDownRefresh": false,
  1461. "navigationStyle": "custom"
  1462. }
  1463. },
  1464. {
  1465. "path": "jilu/editInterview",
  1466. "style": {
  1467. "navigationBarTitleText": "修改邀约",
  1468. "enablePullDownRefresh": false,
  1469. "navigationStyle": "custom"
  1470. }
  1471. },
  1472. // #ifdef APP || H5
  1473. {
  1474. "path": "videoVoice/videoVoice",
  1475. "style": {
  1476. "navigationBarTitleText": "",
  1477. "navigationStyle": "custom"
  1478. }
  1479. },
  1480. {
  1481. "path": "renzheng/companyBaseInfo",
  1482. "style": {
  1483. "navigationStyle": "custom",
  1484. "navigationBarTitleText": "公司信息"
  1485. }
  1486. },
  1487. {
  1488. "path": "renzheng/companyWelfare",
  1489. "style": {
  1490. "navigationStyle": "custom",
  1491. "navigationBarTitleText": "公司信息"
  1492. }
  1493. }
  1494. // #endif
  1495. ]
  1496. }
  1497. ],
  1498. "globalStyle": {
  1499. "navigationBarTextStyle": "black",
  1500. "navigationBarTitleText": "亿职赞",
  1501. "navigationBarBackgroundColor": "#FFFFFF",
  1502. "backgroundColor": "#ffffff"
  1503. },
  1504. "tabBar": {
  1505. "color": "#9CA4AB",
  1506. "selectedColor": "#0D27F7",
  1507. "backgroundColor": "#FFFFFF",
  1508. "borderStyle": "black",
  1509. "list": [
  1510. {
  1511. "pagePath": "pages/index/index",
  1512. "iconPath": "static/tabbar/Home.png",
  1513. "selectedIconPath": "/static/tabbar/Iconly_Bold_Home.png",
  1514. "text": "首页"
  1515. },
  1516. {
  1517. "pagePath": "pages/index/game/gameList",
  1518. "iconPath": "static/tabbar/jipin.png",
  1519. "selectedIconPath": "static/tabbar/ACjipin.png",
  1520. "text": "急聘"
  1521. },
  1522. // {
  1523. // "pagePath": "pages/talentSearch/index",
  1524. // "iconPath": "static/tabbar/Hrsearch.png",
  1525. // "selectedIconPath": "static/tabbar/ACsearch.png",
  1526. // "text": "搜索"
  1527. // },
  1528. {
  1529. "pagePath": "pages/msg/index",
  1530. "iconPath": "static/tabbar/Chat.png",
  1531. "selectedIconPath": "static/tabbar/ACchat.png",
  1532. "text": "消息中心"
  1533. },
  1534. {
  1535. "pagePath": "pages/my/index",
  1536. "iconPath": "static/tabbar/Iconly_Light_Profile.png",
  1537. "selectedIconPath": "static/tabbar/Iconly_Bulk_Profile.png",
  1538. "text": "个人中心"
  1539. }
  1540. ]
  1541. },
  1542. "condition": { //模式配置,仅开发期间生效
  1543. "current": 0, //当前激活的模式(list 的索引项)
  1544. "list": [
  1545. // {
  1546. // "name": "首页", //模式名称
  1547. // "path": "pages/index/index", //启动页面,必选
  1548. // "query": "" //启动参数,在页面的onLoad函数里面得到
  1549. // }
  1550. ]
  1551. }
  1552. }