You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.3KB

  1. {
  2. "pages": [
  3. "pages/login/login",
  4. "pages/store/store",
  5. "pages/coupon/coupon",
  6. "pages/record/record",
  7. "pages/home/home",
  8. "pages/personal/personal",
  9. "pages/member/member"
  10. ],
  11. "permission": {
  12. "scope.userLocation": {
  13. "desc": "你的位置信息将用于小程序定位离你最近的门店"
  14. }
  15. },
  16. "window": {
  17. "backgroundTextStyle": "light",
  18. "navigationBarBackgroundColor": "#fff",
  19. "navigationBarTitleText": "老门框",
  20. "navigationBarTextStyle": "black"
  21. },
  22. "tabBar": {
  23. "color": "#666666",
  24. "selectedColor": "#eb6100",
  25. "backgroundColor": "#ffffff",
  26. "borderStyle": "black",
  27. "list": [
  28. {
  29. "pagePath": "pages/home/home",
  30. "text": "首页",
  31. "iconPath": "static/tabBar/home0.png",
  32. "selectedIconPath": "static/tabBar/home1.png"
  33. },
  34. {
  35. "pagePath": "pages/store/store",
  36. "text": "门店查询",
  37. "iconPath": "static/tabBar/store0.png",
  38. "selectedIconPath": "static/tabBar/store1.png"
  39. },
  40. {
  41. "pagePath": "pages/personal/personal",
  42. "text": "我的",
  43. "iconPath": "static/tabBar/personal0.png",
  44. "selectedIconPath": "static/tabBar/personal1.png"
  45. }
  46. ]
  47. },
  48. "sitemapLocation": "sitemap.json"
  49. }