pages.json 29 KB

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