app.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. "pages/push/push",
  24. "pages/shop2/shop2"
  25. ],
  26. "subPackages": [],
  27. "window": {
  28. "navigationBarTextStyle": "black",
  29. "navigationBarTitleText": "靖安民宿",
  30. "navigationBarBackgroundColor": "#F8F8F8",
  31. "backgroundColor": "#F8F8F8"
  32. },
  33. "tabBar": {
  34. "color": "#A6A6A6",
  35. "selectedColor": "#096562",
  36. "borderStyle": "black",
  37. "backgroundColor": "#ffffff",
  38. "list": [
  39. {
  40. "pagePath": "pages/home/home",
  41. "iconPath": "static/images/index.png",
  42. "selectedIconPath": "static/images/index-active.png",
  43. "text": "首页"
  44. },
  45. {
  46. "pagePath": "pages/my/my",
  47. "iconPath": "static/images/my.png",
  48. "selectedIconPath": "static/images/my-active.png",
  49. "text": "我的"
  50. }
  51. ]
  52. },
  53. "permission": {
  54. "scope.userLocation": {
  55. "desc": "获取用户位置已展示距离民宿的距离"
  56. }
  57. },
  58. "requiredPrivateInfos": [
  59. "getLocation"
  60. ],
  61. "usingComponents": {}
  62. }