app.json 2.9 KB

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