pages.json 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/index/index",
  8. "style" :
  9. {
  10. "enablePullDownRefresh": false,
  11. "navigationStyle":"custom"
  12. }
  13. },
  14. {
  15. "path" : "pages/guide/guide",
  16. "style":
  17. {
  18. "navigationStyle":"custom",
  19. "navigationBarTitleText": "",
  20. "enablePullDownRefresh": false
  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. "path" : "pages/choosePlot/chooseBuilding/chooseBuilding",
  486. "style" :
  487. {
  488. "navigationBarTitleText": "选择楼栋",
  489. "enablePullDownRefresh": false
  490. }
  491. }
  492. ,{
  493. "path" : "pages/tool-list/epidemic-pass/list",
  494. "style" :
  495. {
  496. "navigationBarTitleText": "登记记录",
  497. "enablePullDownRefresh": false
  498. }
  499. }
  500. ,{
  501. "path" : "pages/healthCode/healthCode",
  502. "style" :
  503. {
  504. "navigationBarTitleText": "防疫健康码",
  505. "enablePullDownRefresh": false
  506. }
  507. }
  508. ,{
  509. "path" : "pages/myFamily/audit-detail/audit-detail",
  510. "style" :
  511. {
  512. "navigationBarTitleText": "住户审核",
  513. "enablePullDownRefresh": false
  514. }
  515. }
  516. ],
  517. "subPackages": [{
  518. "root": "pagesM/",
  519. "pages": [
  520. {
  521. "path" : "pages/goods_des",
  522. "style" : {
  523. "navigationBarTitleText" : "商品详情",
  524. "backgroundColor" : "#F2F2F2"
  525. }
  526. },
  527. {
  528. "path" : "pages/search",
  529. "style" : {
  530. "navigationBarTitleText" : "搜索商品",
  531. "backgroundColor" : "#F2F2F2"
  532. }
  533. },
  534. {
  535. "path" : "pages/category",
  536. "style" : {
  537. "navigationBarTitleText" : "分类",
  538. "navigationBarTextStyle" : "#FFFFFF",
  539. "navigationBarBackgroundColor" : "#E42F2F"
  540. }
  541. },
  542. {
  543. "path" : "pages/shop_car",
  544. "style" : {
  545. "navigationBarTitleText" : "购物车"
  546. }
  547. },
  548. {
  549. "path" : "pages/mine",
  550. "style" : {
  551. // "navigationBarTitleText": "我的",
  552. // "navigationBarTextStyle": "white",
  553. // "navigationBarBackgroundColor": "#E42F2F",
  554. // "backgroundColorTop":"#E42F2F",
  555. "enablePullDownRefresh" : true,
  556. "navigationStyle" : "custom"
  557. }
  558. },
  559. {
  560. "path" : "pages/mine_income",
  561. "style" : {
  562. "navigationBarTitleText" : "团长收益"
  563. }
  564. },
  565. {
  566. "path" : "pages/applyToPromotion",
  567. "style" : {
  568. "navigationBarTitleText" : "团长申请"
  569. }
  570. },
  571. {
  572. "path" : "pages/mine_collection",
  573. "style" : {
  574. "navigationBarTitleText" : "我的收藏"
  575. }
  576. },
  577. {
  578. "path" : "pages/address_list",
  579. "style" : {
  580. "navigationBarTitleText" : "我的地址"
  581. }
  582. },
  583. {
  584. "path" : "pages/address_edit",
  585. "style" : {
  586. "navigationBarTitleText" : "编辑地址"
  587. }
  588. },
  589. {
  590. "path" : "pages/coupon_list",
  591. "style" : {
  592. "navigationBarTitleText" : "我的优惠券"
  593. }
  594. },
  595. {
  596. "path" : "pages/coupon_select",
  597. "style" : {
  598. "navigationBarTitleText" : "选择优惠券"
  599. }
  600. },
  601. {
  602. "path" : "pages/coupon_center",
  603. "style" : {
  604. "navigationBarTitleText" : "领券中心"
  605. }
  606. },
  607. {
  608. "path" : "pages/integral",
  609. "style" : {
  610. "navigationBarTitleText" : "我的积分"
  611. }
  612. },
  613. {
  614. "path" : "pages/integral_list",
  615. "style" : {
  616. "navigationBarTitleText" : "积分明细"
  617. }
  618. },
  619. {
  620. "path" : "pages/integral_exchange",
  621. "style" : {
  622. "navigationBarTitleText" : "兑换详情"
  623. }
  624. },
  625. {
  626. "path" : "pages/mine_setting",
  627. "style" : {
  628. "navigationBarTitleText" : "系统设置"
  629. }
  630. },
  631. {
  632. "path" : "pages/mine_protocal",
  633. "style" : {
  634. "navigationBarTitleText" : "用户协议"
  635. }
  636. },
  637. {
  638. "path" : "pages/mine_info",
  639. "style" : {
  640. "navigationBarTitleText" : "个人信息"
  641. }
  642. },
  643. {
  644. "path" : "pages/mine_interest",
  645. "style" : {
  646. "navigationBarTitleText" : "会员权益"
  647. }
  648. },
  649. {
  650. "path" : "pages/mine_order_list",
  651. "style" : {
  652. "navigationBarTitleText" : "我的订单",
  653. "enablePullDownRefresh" : true
  654. }
  655. },
  656. {
  657. "path" : "pages/mine_sale_list",
  658. "style" : {
  659. "navigationBarTitleText" : "我的售后"
  660. }
  661. },
  662. {
  663. "path" : "pages/after_sale_choose",
  664. "style" : {
  665. "navigationBarTitleText" : "选择申请售后货物"
  666. }
  667. },
  668. {
  669. "path" : "pages/after_sale_apply",
  670. "style" : {
  671. "navigationBarTitleText" : "申请售后"
  672. }
  673. },
  674. {
  675. "path" : "pages/after_sale_submit",
  676. "style" : {
  677. "navigationBarTitleText" : "申请售后"
  678. }
  679. },
  680. {
  681. "path" : "pages/goods_manual",
  682. "style" : {
  683. "navigationBarTitleText" : "说明书",
  684. "backgroundColor" : "#F2F2F2"
  685. }
  686. },
  687. {
  688. "path" : "pages/goods_comment_list",
  689. "style" : {
  690. "navigationBarTitleText" : "全部评价",
  691. "backgroundColor" : "#F2F2F2"
  692. }
  693. },
  694. {
  695. "path" : "pages/goods_list",
  696. "style" : {
  697. "navigationBarTitleText" : "商品列表",
  698. "navigationBarBackgroundColor" : "#FFFFFF",
  699. "navigationStyle" : "custom"
  700. }
  701. },
  702. {
  703. "path" : "pages/order_confirm",
  704. "style" : {
  705. "navigationBarTitleText" : "确认下单",
  706. "backgroundColor" : "#F2F2F2"
  707. }
  708. },
  709. {
  710. "path" : "pages/order_pay",
  711. "style" : {
  712. "navigationBarTitleText" : "在线支付",
  713. "backgroundColor" : "#F2F2F2"
  714. }
  715. },
  716. {
  717. "path" : "pages/pay_success",
  718. "style" : {
  719. "navigationBarTitleText" : "支付成功",
  720. "backgroundColor" : "#F2F2F2"
  721. }
  722. },
  723. {
  724. "path" : "pages/mention_store_list",
  725. "style" : {
  726. "navigationBarTitleText" : "选择提货门店",
  727. "backgroundColor" : "#F2F2F2"
  728. }
  729. },
  730. {
  731. "path" : "pages/order_appraise",
  732. "style" : {
  733. "navigationBarTitleText" : "填写评价"
  734. }
  735. },
  736. {
  737. "path" : "pages/order_detail",
  738. "style" : {
  739. "navigationBarTitleText" : "订单详情",
  740. "navigationBarTextStyle" : "white",
  741. "navigationBarBackgroundColor" : "#2f7ff5"
  742. }
  743. },
  744. {
  745. "path" : "pages/order_sale_detail",
  746. "style" : {
  747. "navigationBarTitleText" : "售后详情",
  748. "navigationBarTextStyle" : "white",
  749. "navigationBarBackgroundColor" : "#E42F2F"
  750. }
  751. },
  752. {
  753. "path" : "pages/common/webview",
  754. "style" : {}
  755. },
  756. {
  757. "path" : "pages/my_integral",
  758. "style" : {
  759. "navigationBarTitleText" : "我的积分"
  760. }
  761. },
  762. {
  763. "path" : "pages/share_team",
  764. "style" : {
  765. "navigationBarTitleText" : "我的分享团队"
  766. }
  767. },
  768. {
  769. "path" : "pages/my_earnings",
  770. "style" : {
  771. "navigationBarTitleText" : "我的分享团队"
  772. }
  773. },
  774. {
  775. "path" : "pages/share_team_goods",
  776. "style" : {
  777. "navigationBarTitleText" : "我的分享团队"
  778. }
  779. },
  780. {
  781. "path" : "pages/earn_records",
  782. "style" : {
  783. "navigationBarTitleText" : "收益记录"
  784. }
  785. },
  786. {
  787. "path" : "pages/earn_details",
  788. "style" : {
  789. "navigationBarTitleText" : "收益详情"
  790. }
  791. },
  792. {
  793. "path" : "pages/balance_records",
  794. "style" : {
  795. "navigationBarTitleText" : "结算记录"
  796. }
  797. },
  798. {
  799. "path" : "pages/my_invite",
  800. "style" : {
  801. "navigationBarTitleText" : "我邀请的人"
  802. }
  803. },
  804. {
  805. "path" : "pages/user_invite",
  806. "style" : {
  807. "navigationBarTitleText" : ""
  808. }
  809. },
  810. {
  811. "path" : "pages/discounts_goods",
  812. "style" : {
  813. "navigationBarTitleText" : "分销商品"
  814. }
  815. },
  816. {
  817. "path" : "pages/common/ad_textView",
  818. "style" : {}
  819. },
  820. {
  821. "path" : "comps/tki_qrcode",
  822. "style" : {}
  823. },
  824. {
  825. "path" : "pages/nearby_team",
  826. "style" : {
  827. "navigationBarTitleText" : "附近团长"
  828. }
  829. },
  830. {
  831. "path" : "comps/promotion_detail",
  832. "style" : {}
  833. },
  834. {
  835. "path" : "pages/claim_goods",
  836. "style" : {
  837. "navigationBarTitleText" : "快速取货"
  838. }
  839. },
  840. {
  841. "path" : "pages/nearby_team_map",
  842. "style" : {
  843. "navigationBarTitleText" : "附近团长"
  844. }
  845. },
  846. {
  847. "path" : "pages/about_us",
  848. "style" : {
  849. "navigationBarTitleText" : "关于新邻"
  850. }
  851. },
  852. {
  853. "path" : "pages/ad_apply_organ",
  854. "style" : {
  855. "navigationBarTitleText" : "申请团长"
  856. }
  857. },
  858. {
  859. "path" : "pages/browse_records",
  860. "style" : {
  861. "navigationBarTitleText" : "浏览记录"
  862. }
  863. },
  864. {
  865. "path" : "comps/dt_goods_list_home",
  866. "style" : {}
  867. }
  868. ,{
  869. "path" : "comps/dt_special",
  870. "style" : {}
  871. }
  872. ]
  873. }],
  874. "preloadRule":{
  875. "pages/life/life": {
  876. "network": "all",
  877. "packages": ["pagesM"]
  878. },
  879. "pages/index/index": {
  880. "network": "all",
  881. "packages": ["pagesM"]
  882. }
  883. },
  884. "tabBar": {
  885. "color":"#8a8a8a",
  886. "backgroundColor":"#FFFFFF",
  887. "borderStyle":"white",
  888. "selectedColor":"#59a5f0",
  889. "list": [
  890. {
  891. "pagePath": "pages/index/index",
  892. "text": "小区",
  893. "selectedIconPath":"static/tarbar/home.png",
  894. "iconPath":"static/tarbar/home0.png"
  895. },
  896. {
  897. "pagePath": "pages/community/community",
  898. "text": "社区",
  899. "selectedIconPath":"static/tarbar/shequ.png",
  900. "iconPath":"static/tarbar/shequ0.png"
  901. },
  902. {
  903. "pagePath": "pages/device/device",
  904. "text": "我家",
  905. "selectedIconPath":"static/tarbar/zhijia.png",
  906. "iconPath":"static/tarbar/zhijia0.png"
  907. },
  908. {
  909. "pagePath": "pages/life/life",
  910. "text": "周边",
  911. "selectedIconPath":"static/tarbar/shop.png",
  912. "iconPath":"static/tarbar/shop0.png"
  913. },
  914. {
  915. "pagePath": "pages/wode/wode",
  916. "text": "我的",
  917. "selectedIconPath":"static/tarbar/my.png",
  918. "iconPath":"static/tarbar/my0.png"
  919. }
  920. ]
  921. },
  922. "globalStyle": {
  923. "navigationBarTitleText": "新邻社区",
  924. "backgroundColor": "#FFFFFF",
  925. "navigationBarBackgroundColor":"#FFFFFF",
  926. "navigationBarTextStyle":"black"
  927. },
  928. "navigateToMiniProgramAppIdList" : [ "wx90680ffd54c3b96c" ]
  929. }