app.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "pages":[
  3. "pages/person/person",
  4. "pages/couponList/couponList",
  5. "pages/index/index",
  6. "pages/comments/comments",
  7. "pages/commentinfo/commentinfo",
  8. "pages/product/product",
  9. "pages/personinfo/personinfo",
  10. "pages/order/order",
  11. "pages/appointment/appointment",
  12. "pages/personorder/personorder",
  13. "pages/shopinfo/shopinfo",
  14. "pages/shop/shop",
  15. "pages/prompt/prompt",
  16. "pages/food/food",
  17. "pages/foodOrder/foodOrder",
  18. "pages/recharge/recharge",
  19. "pages/payMoney/payMoney",
  20. "pages/qrCode/qrCode"
  21. ],
  22. "window":{
  23. "navigationBarBackgroundColor": "#fff",
  24. "navigationBarTextStyle": "black",
  25. "navigationBarTitleText": "首页",
  26. "backgroundColor": "#fff",
  27. "backgroundTextStyle": "light"
  28. },
  29. "tabBar": {
  30. "color": "#444",
  31. "selectedColor": "#1296db",
  32. "backgroundColor": "#ffffff",
  33. "list": [
  34. {
  35. "pagePath": "pages/person/person",
  36. "text": "我的",
  37. "iconPath": "images/icons/person.png",
  38. "selectedIconPath": "images/icons/person-active.png"
  39. },
  40. {
  41. "pagePath": "pages/couponList/couponList",
  42. "text": "券包",
  43. "iconPath": "images/icons/order.png",
  44. "selectedIconPath": "images/icons/order-active.png"
  45. }
  46. ]
  47. },
  48. "style": "v2",
  49. "sitemapLocation": "sitemap.json",
  50. "permission": {
  51. "scope.userLocation": {
  52. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  53. }
  54. }
  55. }