app.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/index/search/index",
  5. "pages/index/selectCampus",
  6. "pages/index/shopList/index",
  7. "pages/index/shopList/indexShop",
  8. "pages/index/shop/index",
  9. "pages/index/shop/im",
  10. "pages/index/shop/goodsDet",
  11. "pages/index/shop/payOrder",
  12. "pages/index/shop/confirmOrder",
  13. "pages/index/shop/pindanDet",
  14. "pages/index/shop/goodsList",
  15. "pages/order/index",
  16. "pages/order/detail",
  17. "pages/order/takefood",
  18. "pages/order/feedback",
  19. "pages/order/feedbacks",
  20. "pages/order/complaint/complaint",
  21. "pages/order/waimaiMap",
  22. "pages/order/paotuiMap",
  23. "pages/my/index",
  24. "pages/my/updateNickName",
  25. "pages/public/login"
  26. ],
  27. "subPackages": [
  28. {
  29. "root": "my",
  30. "pages": [
  31. "address/index",
  32. "address/add",
  33. "chat/index",
  34. "task/index",
  35. "msg/index",
  36. "wallet/index",
  37. "wallet/walletDet",
  38. "helpList/index",
  39. "helpList/helpDet",
  40. "recruit/index",
  41. "setting/index",
  42. "setting/customer",
  43. "setting/mimi",
  44. "setting/xieyi",
  45. "setting/about",
  46. "setting/feedback",
  47. "integral/index",
  48. "coupon/index",
  49. "integral/record",
  50. "integral/integralDet",
  51. "apply/index",
  52. "shoppingCar/index",
  53. "setting/chat",
  54. "hongbao/hongbao",
  55. "tousu/index",
  56. "tousu/detail",
  57. "vip/index",
  58. "myPingJia/myPingJia"
  59. ]
  60. },
  61. {
  62. "root": "running",
  63. "pages": [
  64. "index/index",
  65. "takeaddress/takeaddress",
  66. "closeaddress/closeaddress",
  67. "Helpsend/Helpsend",
  68. "Helppay/Helppay",
  69. "Cityservice/Cityservice",
  70. "order/pay/pay",
  71. "huodong/list"
  72. ]
  73. }
  74. ],
  75. "window": {
  76. "navigationBarTextStyle": "black",
  77. "navigationBarTitleText": "同城外卖",
  78. "navigationBarBackgroundColor": "#FFFFFF",
  79. "backgroundColor": "#FFFFFF"
  80. },
  81. "tabBar": {
  82. "color": "#999999",
  83. "selectedColor": "#FF8D1A",
  84. "backgroundColor": "#FFFFFF",
  85. "borderStyle": "black",
  86. "list": [
  87. {
  88. "pagePath": "pages/index/index",
  89. "iconPath": "static/tabbar/index.png",
  90. "selectedIconPath": "static/tabbar/index_.png",
  91. "text": "首页"
  92. },
  93. {
  94. "pagePath": "pages/order/index",
  95. "iconPath": "static/tabbar/order.png",
  96. "selectedIconPath": "static/tabbar/order_.png",
  97. "text": "订单"
  98. },
  99. {
  100. "pagePath": "pages/my/index",
  101. "iconPath": "static/tabbar/my.png",
  102. "selectedIconPath": "static/tabbar/my_.png",
  103. "text": "我的"
  104. }
  105. ]
  106. },
  107. "permission": {
  108. "scope.userLocation": {
  109. "desc": "获取您的位置"
  110. }
  111. },
  112. "plugins": {
  113. "routePlan": {
  114. "version": "1.0.19",
  115. "provider": "wx50b5593e81dd937a"
  116. }
  117. },
  118. "__usePrivacyCheck__": false,
  119. "requiredPrivateInfos": [
  120. "getLocation",
  121. "chooseLocation"
  122. ],
  123. "usingComponents": {}
  124. }