pages.json 25 KB

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