app.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "pages":[
  3. "pages/index/index",
  4. "pages/commentinfo/commentinfo",
  5. "pages/product/product",
  6. "pages/person/person",
  7. "pages/personinfo/personinfo",
  8. "pages/order/order",
  9. "pages/appointment/appointment",
  10. "pages/personorder/personorder",
  11. "pages/shopinfo/shopinfo",
  12. "pages/shop/shop",
  13. "pages/comments/comments"
  14. ],
  15. "window":{
  16. "navigationBarBackgroundColor": "#343434",
  17. "navigationBarTextStyle": "white",
  18. "navigationBarTitleText": "首页",
  19. "backgroundColor": "#fff",
  20. "backgroundTextStyle": "light"
  21. },
  22. "tabBar": {
  23. "color": "#444",
  24. "selectedColor": "#1296db",
  25. "backgroundColor": "#ffffff",
  26. "list": [{
  27. "pagePath": "pages/index/index",
  28. "text": "首页",
  29. "iconPath": "images/icons/index.jpg",
  30. "selectedIconPath": "images/icons/index-active.jpg"
  31. },
  32. {
  33. "pagePath": "pages/personorder/personorder",
  34. "text": "订单",
  35. "iconPath": "images/icons/order.jpg",
  36. "selectedIconPath": "images/icons/order-active.jpg"
  37. },
  38. {
  39. "pagePath": "pages/person/person",
  40. "text": "我的",
  41. "iconPath": "images/icons/person.jpg",
  42. "selectedIconPath": "images/icons/person-active.jpg"
  43. }]
  44. },
  45. "style": "v2",
  46. "sitemapLocation": "sitemap.json",
  47. "useExtendedLib": {
  48. "kbone": true,
  49. "weui": true
  50. }
  51. }