海鲜小程序

app.json 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/goodsDetail/index",
  5. "pages/liveList/index",
  6. "pages/addAddress/index",
  7. "pages/confirmOrder/index",
  8. "pages/receiptAddress/index",
  9. "pages/mine/mine",
  10. "pages/cart/index",
  11. "pages/welcome/welcome",
  12. "pages/classification/index",
  13. "pages/h5/index",
  14. "pages/orderList/index",
  15. "pages/orderDetail/index",
  16. "pages/liveGoodsDetail/index",
  17. "pages/activity/helpActivity/index",
  18. "pages/activity/selfHelpActivity/index",
  19. "pages/activity/activitySuccess/index"
  20. ],
  21. "window": {
  22. "backgroundTextStyle": "light",
  23. "navigationBarBackgroundColor": "#fff",
  24. "navigationBarTitleText": "海鲜阿嫂",
  25. "navigationBarTextStyle": "black"
  26. },
  27. "style": "v2",
  28. "sitemapLocation": "sitemap.json",
  29. "plugins": {
  30. "live-player-plugin": {
  31. "version": "1.0.15",
  32. "provider": "wx2b03c6e691cd7370"
  33. }
  34. },
  35. "tabBar": {
  36. "color": "#cccccc",
  37. "selectedColor": "#2296F3",
  38. "borderStyle": "white",
  39. "list": [
  40. {
  41. "pagePath": "pages/index/index",
  42. "text": "阿嫂精选",
  43. "iconPath": "/assets/tabBar/home_no.png",
  44. "selectedIconPath": "/assets/tabBar/home.png"
  45. },
  46. {
  47. "pagePath": "pages/mine/mine",
  48. "text": "我的",
  49. "iconPath": "/assets/tabBar/wode_no.png",
  50. "selectedIconPath": "/assets/tabBar/wode.png"
  51. }
  52. ]
  53. }
  54. }