pages.json 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "enablePullDownRefresh": false,
  9. "navigationStyle": "custom"
  10. }
  11. },
  12. {
  13. "path": "pages/guide/guide",
  14. "style": {
  15. "navigationStyle": "custom",
  16. "navigationBarTitleText": "",
  17. "enablePullDownRefresh": false
  18. }
  19. },
  20. {
  21. "path": "pages/myhome/myhome",
  22. "style": {
  23. "navigationBarTitleText": "我家",
  24. "enablePullDownRefresh": false
  25. }
  26. },
  27. {
  28. "path": "pages/life/life",
  29. "style": {
  30. "navigationStyle": "custom",
  31. "navigationBarTitleText": "周边",
  32. "enablePullDownRefresh": false
  33. }
  34. },
  35. {
  36. "path": "pages/poster/poster",
  37. "style": {
  38. "navigationBarTitleText": "",
  39. "enablePullDownRefresh": false
  40. }
  41. },
  42. {
  43. "path": "pages/authorize_record/authorize_record",
  44. "style": {
  45. "navigationBarTitleText": "授权记录"
  46. }
  47. },
  48. {
  49. "path": "pages/authorize_record/openPass/openPass",
  50. "style": {
  51. "navigationBarTitleText": "访客授权"
  52. }
  53. },
  54. {
  55. "path": "pages/webview/webview",
  56. "style": {
  57. "navigationBarTitleText": "",
  58. "enablePullDownRefresh": false
  59. }
  60. },
  61. {
  62. "path": "pages/register/register",
  63. "style": {
  64. "navigationBarTitleText": "",
  65. "enablePullDownRefresh": false
  66. }
  67. },
  68. {
  69. "path": "pages/wode/direction/direction",
  70. "style": {
  71. "navigationBarTitleText": "使用帮助",
  72. "enablePullDownRefresh": false
  73. }
  74. },
  75. {
  76. "path": "pages/wode/myInfo/myInfo",
  77. "style": {
  78. "navigationBarTitleText": "认证信息",
  79. "enablePullDownRefresh": false
  80. }
  81. },
  82. {
  83. "path": "pages/wode/news/news",
  84. "style": {
  85. "navigationBarTitleText": "我的消息",
  86. "enablePullDownRefresh": false
  87. }
  88. },
  89. {
  90. "path": "pages/wode/password/password",
  91. "style": {
  92. "navigationBarTitleText": "",
  93. "enablePullDownRefresh": false
  94. }
  95. },
  96. {
  97. "path": "pages/myFamily/myFamily",
  98. "style": {
  99. "navigationBarTitleText": "家人管理"
  100. }
  101. },
  102. {
  103. "path": "pages/myFamily/addFamily/addFamily",
  104. "style": {
  105. "navigationBarTitleText": "添加家人"
  106. }
  107. },
  108. {
  109. "path": "pages/myFamily/editFamily/editFamily",
  110. "style": {
  111. "navigationBarTitleText": "编辑家人"
  112. }
  113. },
  114. {
  115. "path": "pages/myFamily/editApplyFamily/editApplyFamily",
  116. "style": {
  117. "navigationBarTitleText": "编辑申请"
  118. }
  119. },
  120. {
  121. "path": "pages/myFamily/activateFace/activateFace",
  122. "style": {
  123. "navigationBarTitleText": ""
  124. }
  125. },
  126. {
  127. "path": "pages/bluetooth/bluetooth",
  128. "style": {
  129. "navigationBarTitleText": "蓝牙开门"
  130. }
  131. },
  132. {
  133. "path": "pages/choosePlot/choosePlot",
  134. "style": {
  135. "navigationBarTitleText": "选择小区"
  136. }
  137. },
  138. {
  139. "path": "pages/choosePlot/chooseUnit/chooseUnit",
  140. "style": {
  141. "navigationBarTitleText": "选择楼栋"
  142. }
  143. },
  144. {
  145. "path": "pages/choosePlot/chooseRoom/chooseRoom",
  146. "style": {
  147. "navigationBarTitleText": "选择房间"
  148. }
  149. },
  150. {
  151. "path": "pages/choosePlot/householdCert/householdCert",
  152. "style": {
  153. "navigationBarTitleText": "用户认证"
  154. }
  155. },
  156. {
  157. "path": "pages/myPassword/myPassword",
  158. "style": {
  159. "navigationBarTitleText": "访客密码"
  160. }
  161. },
  162. {
  163. "path": "pages/oneButton/oneButton",
  164. "style": {
  165. "navigationBarTitleText": "一键开门"
  166. }
  167. },
  168. {
  169. "path": "pages/record/record",
  170. "style": {
  171. "navigationBarTitleText": "访客记录"
  172. }
  173. },
  174. {
  175. "path": "pages/switchcity/switchcity",
  176. "style": {
  177. "navigationBarTitleText": "选择城市"
  178. }
  179. },
  180. {
  181. "path": "pages/uploadFace/uploadFace",
  182. "style": {
  183. "navigationBarTitleText": ""
  184. }
  185. },
  186. {
  187. "path": "pages/demo/myfamily",
  188. "style": {
  189. "navigationBarTitleText": "",
  190. "enablePullDownRefresh": false
  191. }
  192. },
  193. {
  194. "path": "pages/demo/demo1",
  195. "style": {
  196. "navigationBarTitleText": "添加家人",
  197. "enablePullDownRefresh": false
  198. }
  199. },
  200. {
  201. "path": "pages/myhome/familyList",
  202. "style": {
  203. "navigationBarTitleText": "我的家人",
  204. "enablePullDownRefresh": false
  205. }
  206. },
  207. {
  208. "path": "pages/demo/demo2",
  209. "style": {
  210. "navigationStyle": "custom",
  211. "navigationBarTitleText": "",
  212. "enablePullDownRefresh": false
  213. }
  214. },
  215. {
  216. "path": "pages/auth/auth",
  217. "style": {
  218. "navigationBarTitleText": "房屋认证",
  219. "enablePullDownRefresh": false
  220. }
  221. },
  222. {
  223. "path": "pages/device/device",
  224. "style": {
  225. "navigationBarTitleText": "我家",
  226. "enablePullDownRefresh": false
  227. }
  228. },
  229. {
  230. "path": "pages/wode/wode",
  231. "style": {
  232. "navigationStyle": "custom",
  233. "enablePullDownRefresh": false
  234. }
  235. },
  236. {
  237. "path": "pages/empty/empty",
  238. "style": {
  239. "navigationBarTitleText": "用户注册",
  240. "enablePullDownRefresh": false
  241. }
  242. },
  243. {
  244. "path": "pages/empty/goauth",
  245. "style": {
  246. "navigationBarTitleText": "审核状态",
  247. "enablePullDownRefresh": false
  248. }
  249. },
  250. {
  251. "path": "pages/myFamily/add/add",
  252. "style": {
  253. "navigationBarTitleText": "添加家人",
  254. "enablePullDownRefresh": false
  255. }
  256. },
  257. {
  258. "path": "pages/my-camera/my-camera",
  259. "style": {
  260. // "navigationBarTextStyle": "white",
  261. // "navigationBarBackgroundColor": "#000",
  262. "navigationBarTitleText": "相片拍摄"
  263. }
  264. },
  265. {
  266. "path": "pages/demo/demo4",
  267. "style": {
  268. "navigationBarTitleText": "",
  269. "enablePullDownRefresh": false
  270. }
  271. },
  272. {
  273. "path": "pages/services/demand/list",
  274. "style": {
  275. "navigationBarTitleText": "需求大厅",
  276. "enablePullDownRefresh": false
  277. }
  278. },
  279. {
  280. "path": "pages/services/demand/detail",
  281. "style": {
  282. "navigationBarTitleText": "需求详情",
  283. "enablePullDownRefresh": false
  284. }
  285. },
  286. {
  287. "path": "pages/services/demand/publish",
  288. "style": {
  289. "navigationBarTitleText": "我的需求信息",
  290. "enablePullDownRefresh": false
  291. }
  292. },
  293. {
  294. "path": "pages/services/delivery/delivery",
  295. "style": {
  296. "navigationBarTitleText": "代领快递",
  297. "enablePullDownRefresh": false
  298. }
  299. },
  300. {
  301. "path": "pages/community/community",
  302. "style": {
  303. "navigationBarTitleText": "社区",
  304. "enablePullDownRefresh": false
  305. }
  306. },
  307. {
  308. "path": "pages/wode/feedback/feedback",
  309. "style": {
  310. "navigationBarTitleText": "用户反馈",
  311. "enablePullDownRefresh": false
  312. }
  313. },
  314. {
  315. "path": "pages/notice/notice",
  316. "style": {
  317. "navigationBarTitleText": "通知公告"
  318. }
  319. },
  320. {
  321. "path": "pages/notice/detail",
  322. "style": {
  323. "navigationBarTitleText": "公告详情",
  324. "enablePullDownRefresh": false
  325. }
  326. },
  327. {
  328. "path": "pages/tool-list/epidemic-pass/epidemic-pass",
  329. "style": {
  330. "navigationBarTitleText": "防疫通行",
  331. "enablePullDownRefresh": false
  332. }
  333. },
  334. {
  335. "path": "pages/tool-list/epidemic-pass/detail",
  336. "style": {
  337. "navigationBarTitleText": "出入通行证",
  338. "enablePullDownRefresh": false
  339. }
  340. },
  341. {
  342. "path": "pages/tool-list/tool-list",
  343. "style": {
  344. "navigationBarTitleText": "功能列表",
  345. "enablePullDownRefresh": false
  346. }
  347. },
  348. {
  349. "path": "pages/demo/demo5",
  350. "style": {
  351. "navigationBarTitleText": "访客开门",
  352. "enablePullDownRefresh": false
  353. }
  354. },
  355. {
  356. "path": "pages/services/property/property",
  357. "style": {
  358. "navigationBarTitleText": "物业报修",
  359. "enablePullDownRefresh": false
  360. }
  361. },
  362. {
  363. "path": "pages/services/property/detail",
  364. "style": {
  365. "navigationBarTitleText": "物业报修",
  366. "enablePullDownRefresh": false
  367. }
  368. },
  369. {
  370. "path": "pages/services/property/list/list",
  371. "style": {
  372. "navigationBarTitleText": "我的报修",
  373. "enablePullDownRefresh": false
  374. }
  375. },
  376. {
  377. "path": "pages/guide/guide_old",
  378. "style": {
  379. "navigationBarTitleText": "",
  380. "enablePullDownRefresh": false
  381. }
  382. },
  383. {
  384. "path": "pages/services/property/comment",
  385. "style": {
  386. "navigationBarTitleText": "物业评价",
  387. "enablePullDownRefresh": false
  388. }
  389. },
  390. {
  391. "path": "pages/guest/guest",
  392. "style": {
  393. "navigationBarTitleText": "访客授权",
  394. "enablePullDownRefresh": false
  395. }
  396. },
  397. {
  398. "path": "pages/guest/open_door",
  399. "style": {
  400. "navigationBarTitleText": "访客开门",
  401. "enablePullDownRefresh": false
  402. }
  403. },
  404. {
  405. "path": "pages/demo/demo6",
  406. "style": {
  407. "navigationBarTitleText": "会员登陆",
  408. "enablePullDownRefresh": false
  409. }
  410. },
  411. {
  412. "path": "pages/guest/guest_form",
  413. "style": {
  414. "navigationBarTitleText": "来访登记",
  415. "enablePullDownRefresh": false
  416. }
  417. },
  418. {
  419. "path": "pages/community/detail/elderlyDetail",
  420. "style": {
  421. "navigationBarTitleText": "老人抓拍详情",
  422. "enablePullDownRefresh": false
  423. }
  424. },
  425. {
  426. "path": "pages/community/detail/carDetail",
  427. "style": {
  428. "navigationBarTitleText": "车辆抓拍详情",
  429. "enablePullDownRefresh": false
  430. }
  431. },
  432. {
  433. "path": "pages/develop/develop",
  434. "style": {
  435. "navigationBarTitleText": "即将开放",
  436. "enablePullDownRefresh": false
  437. }
  438. },
  439. {
  440. "path": "pages/choosePlot/chooseBuilding/chooseBuilding",
  441. "style": {
  442. "navigationBarTitleText": "选择楼栋",
  443. "enablePullDownRefresh": false
  444. }
  445. },
  446. {
  447. "path": "pages/tool-list/epidemic-pass/list",
  448. "style": {
  449. "navigationBarTitleText": "登记记录",
  450. "enablePullDownRefresh": false
  451. }
  452. },
  453. {
  454. "path": "pages/healthCode/healthCode",
  455. "style": {
  456. "navigationBarTitleText": "防疫健康码",
  457. "enablePullDownRefresh": false
  458. }
  459. },
  460. {
  461. "path": "pages/myFamily/audit-detail/audit-detail",
  462. "style": {
  463. "navigationBarTitleText": "住户审核",
  464. "enablePullDownRefresh": false
  465. }
  466. },
  467. {
  468. "path": "pages/wode/travelRecord/travelRecord",
  469. "style": {
  470. "navigationBarTitleText": "出入记录",
  471. "enablePullDownRefresh": false
  472. }
  473. },
  474. {
  475. "path": "pages/myCar/myCar",
  476. "style": {
  477. "navigationBarTitleText": "我的车辆",
  478. "enablePullDownRefresh": false
  479. }
  480. },
  481. {
  482. "path": "pages/myCar/add",
  483. "style": {
  484. "navigationBarTitleText": "添加车辆",
  485. "enablePullDownRefresh": false
  486. }
  487. },
  488. {
  489. "path": "pages/device/records",
  490. "style": {
  491. "navigationBarTitleText": "设备告警记录",
  492. "enablePullDownRefresh": false
  493. }
  494. },
  495. {
  496. "path": "pages/test4/test4",
  497. "style": {
  498. "navigationBarTitleText": "",
  499. "enablePullDownRefresh": false
  500. }
  501. },
  502. {
  503. "path": "pages/bindRoom/bindRoom",
  504. "style": {
  505. "navigationBarTitleText": "绑定房间",
  506. "enablePullDownRefresh": false
  507. }
  508. }, {
  509. "path": "pages/open/open",
  510. "style": {
  511. "navigationBarTitleText": "门禁",
  512. "enablePullDownRefresh": false
  513. }
  514. }
  515. ],
  516. "subPackages": [{
  517. "root": "pagesM/",
  518. "pages": [{
  519. "path": "pages/goods_des",
  520. "style": {
  521. "navigationBarTitleText": "商品详情",
  522. "backgroundColor": "#F2F2F2"
  523. }
  524. },
  525. {
  526. "path": "pages/search",
  527. "style": {
  528. "navigationBarTitleText": "搜索商品",
  529. "backgroundColor": "#F2F2F2"
  530. }
  531. },
  532. {
  533. "path": "pages/category",
  534. "style": {
  535. "navigationBarTitleText": "分类",
  536. "navigationBarTextStyle": "#FFFFFF",
  537. "navigationBarBackgroundColor": "#E42F2F"
  538. }
  539. },
  540. {
  541. "path": "pages/shop_car",
  542. "style": {
  543. "navigationBarTitleText": "购物车"
  544. }
  545. },
  546. {
  547. "path": "pages/mine",
  548. "style": {
  549. // "navigationBarTitleText": "我的",
  550. // "navigationBarTextStyle": "white",
  551. // "navigationBarBackgroundColor": "#E42F2F",
  552. // "backgroundColorTop":"#E42F2F",
  553. "enablePullDownRefresh": true,
  554. "navigationStyle": "custom"
  555. }
  556. },
  557. {
  558. "path": "pages/mine_income",
  559. "style": {
  560. "navigationBarTitleText": "团长收益"
  561. }
  562. },
  563. {
  564. "path": "pages/applyToPromotion",
  565. "style": {
  566. "navigationBarTitleText": "团长申请"
  567. }
  568. },
  569. {
  570. "path": "pages/mine_collection",
  571. "style": {
  572. "navigationBarTitleText": "我的收藏"
  573. }
  574. },
  575. {
  576. "path": "pages/address_list",
  577. "style": {
  578. "navigationBarTitleText": "我的地址"
  579. }
  580. },
  581. {
  582. "path": "pages/address_edit",
  583. "style": {
  584. "navigationBarTitleText": "编辑地址"
  585. }
  586. },
  587. {
  588. "path": "pages/coupon_list",
  589. "style": {
  590. "navigationBarTitleText": "我的优惠券"
  591. }
  592. },
  593. {
  594. "path": "pages/coupon_select",
  595. "style": {
  596. "navigationBarTitleText": "选择优惠券"
  597. }
  598. },
  599. {
  600. "path": "pages/coupon_center",
  601. "style": {
  602. "navigationBarTitleText": "领券中心"
  603. }
  604. },
  605. {
  606. "path": "pages/integral",
  607. "style": {
  608. "navigationBarTitleText": "我的积分"
  609. }
  610. },
  611. {
  612. "path": "pages/integral_list",
  613. "style": {
  614. "navigationBarTitleText": "积分明细"
  615. }
  616. },
  617. {
  618. "path": "pages/integral_exchange",
  619. "style": {
  620. "navigationBarTitleText": "兑换详情"
  621. }
  622. },
  623. {
  624. "path": "pages/mine_setting",
  625. "style": {
  626. "navigationBarTitleText": "系统设置"
  627. }
  628. },
  629. {
  630. "path": "pages/mine_protocal",
  631. "style": {
  632. "navigationBarTitleText": "用户协议"
  633. }
  634. },
  635. {
  636. "path": "pages/mine_info",
  637. "style": {
  638. "navigationBarTitleText": "个人信息"
  639. }
  640. },
  641. {
  642. "path": "pages/mine_interest",
  643. "style": {
  644. "navigationBarTitleText": "会员权益"
  645. }
  646. },
  647. {
  648. "path": "pages/mine_order_list",
  649. "style": {
  650. "navigationBarTitleText": "我的订单",
  651. "enablePullDownRefresh": true
  652. }
  653. },
  654. {
  655. "path": "pages/mine_sale_list",
  656. "style": {
  657. "navigationBarTitleText": "我的售后"
  658. }
  659. },
  660. {
  661. "path": "pages/after_sale_choose",
  662. "style": {
  663. "navigationBarTitleText": "选择申请售后货物"
  664. }
  665. },
  666. {
  667. "path": "pages/after_sale_apply",
  668. "style": {
  669. "navigationBarTitleText": "申请售后"
  670. }
  671. },
  672. {
  673. "path": "pages/after_sale_submit",
  674. "style": {
  675. "navigationBarTitleText": "申请售后"
  676. }
  677. },
  678. {
  679. "path": "pages/goods_manual",
  680. "style": {
  681. "navigationBarTitleText": "说明书",
  682. "backgroundColor": "#F2F2F2"
  683. }
  684. },
  685. {
  686. "path": "pages/goods_comment_list",
  687. "style": {
  688. "navigationBarTitleText": "全部评价",
  689. "backgroundColor": "#F2F2F2"
  690. }
  691. },
  692. {
  693. "path": "pages/goods_list",
  694. "style": {
  695. "navigationBarTitleText": "商品列表",
  696. "navigationBarBackgroundColor": "#FFFFFF",
  697. "navigationStyle": "custom"
  698. }
  699. },
  700. {
  701. "path": "pages/order_confirm",
  702. "style": {
  703. "navigationBarTitleText": "确认下单",
  704. "backgroundColor": "#F2F2F2"
  705. }
  706. },
  707. {
  708. "path": "pages/order_pay",
  709. "style": {
  710. "navigationBarTitleText": "在线支付",
  711. "backgroundColor": "#F2F2F2"
  712. }
  713. },
  714. {
  715. "path": "pages/pay_success",
  716. "style": {
  717. "navigationBarTitleText": "支付成功",
  718. "backgroundColor": "#F2F2F2"
  719. }
  720. },
  721. {
  722. "path": "pages/mention_store_list",
  723. "style": {
  724. "navigationBarTitleText": "选择提货门店",
  725. "backgroundColor": "#F2F2F2"
  726. }
  727. },
  728. {
  729. "path": "pages/order_appraise",
  730. "style": {
  731. "navigationBarTitleText": "填写评价"
  732. }
  733. },
  734. {
  735. "path": "pages/order_detail",
  736. "style": {
  737. "navigationBarTitleText": "订单详情",
  738. "navigationBarTextStyle": "white",
  739. "navigationBarBackgroundColor": "#2f7ff5"
  740. }
  741. },
  742. {
  743. "path": "pages/order_sale_detail",
  744. "style": {
  745. "navigationBarTitleText": "售后详情",
  746. "navigationBarTextStyle": "white",
  747. "navigationBarBackgroundColor": "#E42F2F"
  748. }
  749. },
  750. {
  751. "path": "pages/common/webview",
  752. "style": {}
  753. },
  754. {
  755. "path": "pages/my_integral",
  756. "style": {
  757. "navigationBarTitleText": "我的积分"
  758. }
  759. },
  760. {
  761. "path": "pages/share_team",
  762. "style": {
  763. "navigationBarTitleText": "我的分享团队"
  764. }
  765. },
  766. {
  767. "path": "pages/my_earnings",
  768. "style": {
  769. "navigationBarTitleText": "我的分享团队"
  770. }
  771. },
  772. {
  773. "path": "pages/share_team_goods",
  774. "style": {
  775. "navigationBarTitleText": "我的分享团队"
  776. }
  777. },
  778. {
  779. "path": "pages/earn_records",
  780. "style": {
  781. "navigationBarTitleText": "收益记录"
  782. }
  783. },
  784. {
  785. "path": "pages/earn_details",
  786. "style": {
  787. "navigationBarTitleText": "收益详情"
  788. }
  789. },
  790. {
  791. "path": "pages/balance_records",
  792. "style": {
  793. "navigationBarTitleText": "结算记录"
  794. }
  795. },
  796. {
  797. "path": "pages/my_invite",
  798. "style": {
  799. "navigationBarTitleText": "我邀请的人"
  800. }
  801. },
  802. {
  803. "path": "pages/user_invite",
  804. "style": {
  805. "navigationBarTitleText": ""
  806. }
  807. },
  808. {
  809. "path": "pages/discounts_goods",
  810. "style": {
  811. "navigationBarTitleText": "分销商品"
  812. }
  813. },
  814. {
  815. "path": "pages/common/ad_textView",
  816. "style": {}
  817. },
  818. {
  819. "path": "comps/tki_qrcode",
  820. "style": {}
  821. },
  822. {
  823. "path": "pages/nearby_team",
  824. "style": {
  825. "navigationBarTitleText": "附近团长"
  826. }
  827. },
  828. {
  829. "path": "comps/promotion_detail",
  830. "style": {}
  831. },
  832. {
  833. "path": "pages/claim_goods",
  834. "style": {
  835. "navigationBarTitleText": "快速取货"
  836. }
  837. },
  838. {
  839. "path": "pages/nearby_team_map",
  840. "style": {
  841. "navigationBarTitleText": "附近团长"
  842. }
  843. },
  844. {
  845. "path": "pages/about_us",
  846. "style": {
  847. "navigationBarTitleText": "关于新邻"
  848. }
  849. },
  850. {
  851. "path": "pages/ad_apply_organ",
  852. "style": {
  853. "navigationBarTitleText": "申请团长"
  854. }
  855. },
  856. {
  857. "path": "pages/browse_records",
  858. "style": {
  859. "navigationBarTitleText": "浏览记录"
  860. }
  861. },
  862. {
  863. "path": "comps/dt_goods_list_home",
  864. "style": {}
  865. },
  866. {
  867. "path": "comps/dt_special",
  868. "style": {}
  869. }
  870. ]
  871. }],
  872. "preloadRule": {
  873. "pages/life/life": {
  874. "network": "all",
  875. "packages": ["pagesM"]
  876. },
  877. "pages/index/index": {
  878. "network": "all",
  879. "packages": ["pagesM"]
  880. }
  881. },
  882. "tabBar": {
  883. "color": "#8a8a8a",
  884. "backgroundColor": "#FFFFFF",
  885. "borderStyle": "white",
  886. "selectedColor": "#59a5f0",
  887. "list": [{
  888. "pagePath": "pages/index/index",
  889. "text": "小区",
  890. "selectedIconPath": "static/tarbar/home.png",
  891. "iconPath": "static/tarbar/home0.png"
  892. },
  893. {
  894. "pagePath": "pages/open/open",
  895. "text": "门禁",
  896. "selectedIconPath": "static/tarbar/zhijia.png",
  897. "iconPath": "static/tarbar/zhijia0.png"
  898. },
  899. {
  900. "pagePath": "pages/wode/wode",
  901. "text": "我的",
  902. "selectedIconPath": "static/tarbar/my.png",
  903. "iconPath": "static/tarbar/my0.png"
  904. }
  905. ]
  906. },
  907. "globalStyle": {
  908. "navigationBarTitleText": "新邻社区",
  909. "backgroundColor": "#FFFFFF",
  910. "navigationBarBackgroundColor": "#FFFFFF",
  911. "navigationBarTextStyle": "black"
  912. },
  913. "condition": {
  914. //模式配置,仅开发期间生效
  915. "current": 0, //当前激活的模式(list 的索引项)
  916. "list": [{
  917. "name": "", //模式名称
  918. "path": "", //启动页面,必选
  919. "query": "" //启动参数,在页面的onLoad函数里面得到
  920. }]
  921. },
  922. "navigateToMiniProgramAppIdList": ["wx90680ffd54c3b96c"]
  923. }