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