pages.json 29 KB

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