app.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/home/home",
  5. "pages/my/my",
  6. "pages/search/search",
  7. "pages/setMeal/setMeal",
  8. "pages/set/set",
  9. "pages/common/common",
  10. "pages/addOrEdit/addOrEdit",
  11. "pages/orderManage/orderManage",
  12. "pages/detail/detail",
  13. "pages/detailInfo/detailInfo",
  14. "pages/pay/pay",
  15. "pages/affirmOrder/affirmOrder",
  16. "pages/orderDetail/orderDetail",
  17. "pages/payStatus/payStatus",
  18. "pages/shouquan/shouquan",
  19. "pages/login/login",
  20. "pages/shop/shop",
  21. "pages/binding/binding",
  22. "pages/shopInfo/shopInfo"
  23. ],
  24. "subPackages": [],
  25. "window": {
  26. "navigationBarTextStyle": "black",
  27. "navigationBarTitleText": "靖安民宿",
  28. "navigationBarBackgroundColor": "#F8F8F8",
  29. "backgroundColor": "#F8F8F8"
  30. },
  31. "tabBar": {
  32. "color": "#A6A6A6",
  33. "selectedColor": "#096562",
  34. "borderStyle": "black",
  35. "backgroundColor": "#ffffff",
  36. "list": [
  37. {
  38. "pagePath": "pages/home/home",
  39. "iconPath": "static/images/index.png",
  40. "selectedIconPath": "static/images/index-active.png",
  41. "text": "首页"
  42. },
  43. {
  44. "pagePath": "pages/my/my",
  45. "iconPath": "static/images/my.png",
  46. "selectedIconPath": "static/images/my-active.png",
  47. "text": "我的"
  48. }
  49. ]
  50. },
  51. "permission": {
  52. "scope.userLocation": {
  53. "desc": "获取用户位置已展示距离民宿的距离"
  54. }
  55. },
  56. "requiredPrivateInfos": [
  57. "getLocation"
  58. ],
  59. "usingComponents": {}
  60. }