pages.json 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "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/services/property/detail",
  398. "style" :
  399. {
  400. "navigationBarTitleText": "物业报修",
  401. "enablePullDownRefresh": false
  402. }
  403. }
  404. ,{
  405. "path" : "pages/services/property/list/list",
  406. "style" :
  407. {
  408. "navigationBarTitleText": "我的报修",
  409. "enablePullDownRefresh": false
  410. }
  411. }
  412. ,{
  413. "path" : "pages/guide/guide_old",
  414. "style" :
  415. {
  416. "navigationBarTitleText": "",
  417. "enablePullDownRefresh": false
  418. }
  419. }
  420. ,{
  421. "path" : "pages/services/property/comment",
  422. "style" :
  423. {
  424. "navigationBarTitleText": "物业评价",
  425. "enablePullDownRefresh": false
  426. }
  427. }
  428. ,{
  429. "path" : "pages/guest/guest",
  430. "style" :
  431. {
  432. "navigationBarTitleText": "访客授权",
  433. "enablePullDownRefresh": false
  434. }
  435. }
  436. ,{
  437. "path" : "pages/guest/open_door",
  438. "style" :
  439. {
  440. "navigationBarTitleText": "访客开门",
  441. "enablePullDownRefresh": false
  442. }
  443. }
  444. ,{
  445. "path" : "pages/demo/demo6",
  446. "style" :
  447. {
  448. "navigationBarTitleText": "会员登陆",
  449. "enablePullDownRefresh": false
  450. }
  451. }
  452. ,{
  453. "path" : "pages/guest/guest_form",
  454. "style" :
  455. {
  456. "navigationBarTitleText": "来访登记",
  457. "enablePullDownRefresh": false
  458. }
  459. }
  460. ,{
  461. "path" : "pages/community/detail/elderlyDetail",
  462. "style" :
  463. {
  464. "navigationBarTitleText": "老人抓拍详情",
  465. "enablePullDownRefresh": false
  466. }
  467. }
  468. ,{
  469. "path" : "pages/community/detail/carDetail",
  470. "style" :
  471. {
  472. "navigationBarTitleText": "车辆抓拍详情",
  473. "enablePullDownRefresh": false
  474. }
  475. }
  476. ,{
  477. "path" : "pages/develop/develop",
  478. "style" :
  479. {
  480. "navigationBarTitleText": "即将开放",
  481. "enablePullDownRefresh": false
  482. }
  483. }
  484. ],
  485. "subPackages": [{
  486. "root": "pagesM/",
  487. "pages": [
  488. {
  489. "path" : "pages/goods_des",
  490. "style" : {
  491. "navigationBarTitleText" : "商品详情",
  492. "backgroundColor" : "#F2F2F2"
  493. }
  494. },
  495. {
  496. "path" : "pages/search",
  497. "style" : {
  498. "navigationBarTitleText" : "搜索商品",
  499. "backgroundColor" : "#F2F2F2"
  500. }
  501. },
  502. {
  503. "path" : "pages/category",
  504. "style" : {
  505. "navigationBarTitleText" : "分类",
  506. "navigationBarTextStyle" : "#FFFFFF",
  507. "navigationBarBackgroundColor" : "#E42F2F"
  508. }
  509. },
  510. {
  511. "path" : "pages/shop_car",
  512. "style" : {
  513. "navigationBarTitleText" : "购物车"
  514. }
  515. },
  516. {
  517. "path" : "pages/mine",
  518. "style" : {
  519. // "navigationBarTitleText": "我的",
  520. // "navigationBarTextStyle": "white",
  521. // "navigationBarBackgroundColor": "#E42F2F",
  522. // "backgroundColorTop":"#E42F2F",
  523. "enablePullDownRefresh" : true,
  524. "navigationStyle" : "custom"
  525. }
  526. },
  527. {
  528. "path" : "pages/mine_income",
  529. "style" : {
  530. "navigationBarTitleText" : "团长收益"
  531. }
  532. },
  533. {
  534. "path" : "pages/applyToPromotion",
  535. "style" : {
  536. "navigationBarTitleText" : "团长申请"
  537. }
  538. },
  539. {
  540. "path" : "pages/mine_collection",
  541. "style" : {
  542. "navigationBarTitleText" : "我的收藏"
  543. }
  544. },
  545. {
  546. "path" : "pages/address_list",
  547. "style" : {
  548. "navigationBarTitleText" : "我的地址"
  549. }
  550. },
  551. {
  552. "path" : "pages/address_edit",
  553. "style" : {
  554. "navigationBarTitleText" : "编辑地址"
  555. }
  556. },
  557. {
  558. "path" : "pages/coupon_list",
  559. "style" : {
  560. "navigationBarTitleText" : "我的优惠券"
  561. }
  562. },
  563. {
  564. "path" : "pages/coupon_select",
  565. "style" : {
  566. "navigationBarTitleText" : "选择优惠券"
  567. }
  568. },
  569. {
  570. "path" : "pages/coupon_center",
  571. "style" : {
  572. "navigationBarTitleText" : "领券中心"
  573. }
  574. },
  575. {
  576. "path" : "pages/integral",
  577. "style" : {
  578. "navigationBarTitleText" : "我的积分"
  579. }
  580. },
  581. {
  582. "path" : "pages/integral_list",
  583. "style" : {
  584. "navigationBarTitleText" : "积分明细"
  585. }
  586. },
  587. {
  588. "path" : "pages/integral_exchange",
  589. "style" : {
  590. "navigationBarTitleText" : "兑换详情"
  591. }
  592. },
  593. {
  594. "path" : "pages/mine_setting",
  595. "style" : {
  596. "navigationBarTitleText" : "系统设置"
  597. }
  598. },
  599. {
  600. "path" : "pages/mine_protocal",
  601. "style" : {
  602. "navigationBarTitleText" : "用户协议"
  603. }
  604. },
  605. {
  606. "path" : "pages/mine_info",
  607. "style" : {
  608. "navigationBarTitleText" : "个人信息"
  609. }
  610. },
  611. {
  612. "path" : "pages/mine_interest",
  613. "style" : {
  614. "navigationBarTitleText" : "会员权益"
  615. }
  616. },
  617. {
  618. "path" : "pages/mine_order_list",
  619. "style" : {
  620. "navigationBarTitleText" : "我的订单",
  621. "enablePullDownRefresh" : true
  622. }
  623. },
  624. {
  625. "path" : "pages/mine_sale_list",
  626. "style" : {
  627. "navigationBarTitleText" : "我的售后"
  628. }
  629. },
  630. {
  631. "path" : "pages/after_sale_choose",
  632. "style" : {
  633. "navigationBarTitleText" : "选择申请售后货物"
  634. }
  635. },
  636. {
  637. "path" : "pages/after_sale_apply",
  638. "style" : {
  639. "navigationBarTitleText" : "申请售后"
  640. }
  641. },
  642. {
  643. "path" : "pages/after_sale_submit",
  644. "style" : {
  645. "navigationBarTitleText" : "申请售后"
  646. }
  647. },
  648. {
  649. "path" : "pages/goods_manual",
  650. "style" : {
  651. "navigationBarTitleText" : "说明书",
  652. "backgroundColor" : "#F2F2F2"
  653. }
  654. },
  655. {
  656. "path" : "pages/goods_comment_list",
  657. "style" : {
  658. "navigationBarTitleText" : "全部评价",
  659. "backgroundColor" : "#F2F2F2"
  660. }
  661. },
  662. {
  663. "path" : "pages/goods_list",
  664. "style" : {
  665. "navigationBarTitleText" : "商品列表",
  666. "navigationBarBackgroundColor" : "#FFFFFF",
  667. "navigationStyle" : "custom"
  668. }
  669. },
  670. {
  671. "path" : "pages/order_confirm",
  672. "style" : {
  673. "navigationBarTitleText" : "确认下单",
  674. "backgroundColor" : "#F2F2F2"
  675. }
  676. },
  677. {
  678. "path" : "pages/order_pay",
  679. "style" : {
  680. "navigationBarTitleText" : "在线支付",
  681. "backgroundColor" : "#F2F2F2"
  682. }
  683. },
  684. {
  685. "path" : "pages/pay_success",
  686. "style" : {
  687. "navigationBarTitleText" : "支付成功",
  688. "backgroundColor" : "#F2F2F2"
  689. }
  690. },
  691. {
  692. "path" : "pages/mention_store_list",
  693. "style" : {
  694. "navigationBarTitleText" : "选择提货门店",
  695. "backgroundColor" : "#F2F2F2"
  696. }
  697. },
  698. {
  699. "path" : "pages/order_appraise",
  700. "style" : {
  701. "navigationBarTitleText" : "填写评价"
  702. }
  703. },
  704. {
  705. "path" : "pages/order_detail",
  706. "style" : {
  707. "navigationBarTitleText" : "订单详情",
  708. "navigationBarTextStyle" : "white",
  709. "navigationBarBackgroundColor" : "#E42F2F"
  710. }
  711. },
  712. {
  713. "path" : "pages/order_sale_detail",
  714. "style" : {
  715. "navigationBarTitleText" : "售后详情",
  716. "navigationBarTextStyle" : "white",
  717. "navigationBarBackgroundColor" : "#E42F2F"
  718. }
  719. },
  720. {
  721. "path" : "pages/common/webview",
  722. "style" : {}
  723. },
  724. {
  725. "path" : "pages/my_integral",
  726. "style" : {
  727. "navigationBarTitleText" : "我的积分"
  728. }
  729. },
  730. {
  731. "path" : "pages/share_team",
  732. "style" : {
  733. "navigationBarTitleText" : "我的分享团队"
  734. }
  735. },
  736. {
  737. "path" : "pages/my_earnings",
  738. "style" : {
  739. "navigationBarTitleText" : "我的分享团队"
  740. }
  741. },
  742. {
  743. "path" : "pages/share_team_goods",
  744. "style" : {
  745. "navigationBarTitleText" : "我的分享团队"
  746. }
  747. },
  748. {
  749. "path" : "pages/earn_records",
  750. "style" : {
  751. "navigationBarTitleText" : "收益记录"
  752. }
  753. },
  754. {
  755. "path" : "pages/earn_details",
  756. "style" : {
  757. "navigationBarTitleText" : "收益详情"
  758. }
  759. },
  760. {
  761. "path" : "pages/balance_records",
  762. "style" : {
  763. "navigationBarTitleText" : "结算记录"
  764. }
  765. },
  766. {
  767. "path" : "pages/my_invite",
  768. "style" : {
  769. "navigationBarTitleText" : "我邀请的人"
  770. }
  771. },
  772. {
  773. "path" : "pages/user_invite",
  774. "style" : {
  775. "navigationBarTitleText" : ""
  776. }
  777. },
  778. {
  779. "path" : "pages/discounts_goods",
  780. "style" : {
  781. "navigationBarTitleText" : "分销商品"
  782. }
  783. },
  784. {
  785. "path" : "pages/common/ad_textView",
  786. "style" : {}
  787. },
  788. {
  789. "path" : "comps/tki_qrcode",
  790. "style" : {}
  791. },
  792. {
  793. "path" : "pages/nearby_team",
  794. "style" : {
  795. "navigationBarTitleText" : "附近团长"
  796. }
  797. },
  798. {
  799. "path" : "comps/promotion_detail",
  800. "style" : {}
  801. },
  802. {
  803. "path" : "pages/claim_goods",
  804. "style" : {
  805. "navigationBarTitleText" : "快速取货"
  806. }
  807. },
  808. {
  809. "path" : "pages/nearby_team_map",
  810. "style" : {
  811. "navigationBarTitleText" : "附近团长"
  812. }
  813. },
  814. {
  815. "path" : "pages/about_us",
  816. "style" : {
  817. "navigationBarTitleText" : "关于新邻"
  818. }
  819. },
  820. {
  821. "path" : "pages/ad_apply_organ",
  822. "style" : {
  823. "navigationBarTitleText" : "申请团长"
  824. }
  825. },
  826. {
  827. "path" : "pages/browse_records",
  828. "style" : {
  829. "navigationBarTitleText" : "浏览记录"
  830. }
  831. },
  832. {
  833. "path" : "comps/dt_goods_list_home",
  834. "style" : {}
  835. }
  836. ,{
  837. "path" : "comps/dt_special",
  838. "style" : {}
  839. }
  840. ]
  841. }],
  842. "preloadRule":{
  843. "pages/life/life": {
  844. "network": "all",
  845. "packages": ["pagesM"]
  846. },
  847. "pages/index/index": {
  848. "network": "all",
  849. "packages": ["pagesM"]
  850. }
  851. },
  852. "tabBar": {
  853. "color":"#8a8a8a",
  854. "backgroundColor":"#FFFFFF",
  855. "borderStyle":"white",
  856. "selectedColor":"#59a5f0",
  857. "list": [
  858. {
  859. "pagePath": "pages/index/index",
  860. "text": "小区",
  861. "selectedIconPath":"static/tarbar/home.png",
  862. "iconPath":"static/tarbar/home0.png"
  863. },
  864. {
  865. "pagePath": "pages/community/community",
  866. "text": "社区",
  867. "selectedIconPath":"static/tarbar/shequ.png",
  868. "iconPath":"static/tarbar/shequ0.png"
  869. },
  870. {
  871. "pagePath": "pages/device/device",
  872. "text": "我家",
  873. "selectedIconPath":"static/tarbar/zhijia.png",
  874. "iconPath":"static/tarbar/zhijia0.png"
  875. },
  876. {
  877. "pagePath": "pages/life/life",
  878. "text": "周边",
  879. "selectedIconPath":"static/tarbar/shop.png",
  880. "iconPath":"static/tarbar/shop0.png"
  881. },
  882. {
  883. "pagePath": "pages/wode/wode",
  884. "text": "我的",
  885. "selectedIconPath":"static/tarbar/my.png",
  886. "iconPath":"static/tarbar/my0.png"
  887. }
  888. ]
  889. },
  890. "globalStyle": {
  891. "navigationBarTitleText": "新邻社区",
  892. "backgroundColor": "#FFFFFF",
  893. "navigationBarBackgroundColor":"#FFFFFF",
  894. "navigationBarTextStyle":"black"
  895. },
  896. "navigateToMiniProgramAppIdList" : [ "wx90680ffd54c3b96c" ]
  897. }