app.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/sub_home_page/about-us/about-us",
  5. "pages/sub_home_page/modify-userInfo/modify-user",
  6. "pages/test/test",
  7. "pages/sub_home_page/mytalk/mytalk",
  8. "pages/sub_order_page/review/review",
  9. "pages/sub_order_page/order_detail/detail",
  10. "pages/sub_index_page/pay_success/pay_success",
  11. "pages/sub_home_page/coupon/coupon",
  12. "pages/sub_home_page/system_login/system_login",
  13. "pages/sub_index_page/goods_info/goods_info",
  14. "pages/order/order",
  15. "pages/home/home",
  16. "pages/sub_index_page/search/search",
  17. "pages/sub_order_page/order_info/order_info",
  18. "pages/sub_home_page/login/login"
  19. ],
  20. "window": {
  21. "backgroundTextStyle": "dark",
  22. "navigationBarBackgroundColor": "#1296db",
  23. "navigationBarTitleText": "易点",
  24. "navigationBarTextStyle": "white",
  25. "enablePullDownRefresh": true
  26. },
  27. "tabBar": {
  28. "color": "#999",
  29. "selectedColor": "#d66c5d",
  30. "list": [
  31. {
  32. "pagePath": "pages/index/index",
  33. "text": "首页",
  34. "iconPath": "img/icon/index-2.png",
  35. "selectedIconPath": "img/icon/index-1.png"
  36. },
  37. {
  38. "pagePath": "pages/order/order",
  39. "text": "订单",
  40. "iconPath": "img/icon/order-2.png",
  41. "selectedIconPath": "img/icon/order-1.png"
  42. },
  43. {
  44. "pagePath": "pages/home/home",
  45. "text": "我的",
  46. "iconPath": "img/icon/home-2.png",
  47. "selectedIconPath": "img/icon/home-1.png"
  48. }
  49. ]
  50. },
  51. "style": "v2",
  52. "sitemapLocation": "sitemap.json"
  53. }