app.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "pages": [
  3. "pages/home/home/home",
  4. "pages/rob/home/home",
  5. "pages/my/rob/rob",
  6. "pages/rob/detail/detail",
  7. "pages/map/home/home",
  8. "pages/my/home/home",
  9. "pages/mall/home/home",
  10. "pages/my/bind/bind",
  11. "pages/business/detail/detail",
  12. "pages/business/home/home",
  13. "pages/home/list/list",
  14. "pages/my/info/info",
  15. "pages/site/detail/detail",
  16. "pages/site/home/home",
  17. "pages/activity/detail/detail",
  18. "pages/activity/home/home",
  19. "pages/activity/review/review",
  20. "pages/article/detail/detail",
  21. "pages/activity/reviewdetail/reviewdetail",
  22. "pages/my/join/join",
  23. "pages/article/home/home",
  24. "pages/webview/rcs/rcs",
  25. "pages/webview/rcmap/rcmap",
  26. "pages/business/feedback/feedback",
  27. "pages/business/ad/ad",
  28. "pages/webview/recuperate/recuperate",
  29. "pages/my/score/score",
  30. "pages/my/agreement/service",
  31. "pages/my/agreement/privacy",
  32. "pages/teahouse/register/register",
  33. "pages/teahouse/home/home",
  34. "pages/teahouse/detail/detail",
  35. "pages/teahouse/log/log"
  36. ],
  37. "window": {
  38. "navigationStyle": "custom",
  39. "navigationBarTextStyle": "white"
  40. },
  41. "tabBar": {
  42. "color": "#333333",
  43. "selectedColor": "#e60012",
  44. "list": [
  45. {
  46. "pagePath": "pages/home/home/home",
  47. "iconPath": "common/images/tabbar/index.png",
  48. "selectedIconPath": "common/images/tabbar/index_cur.png",
  49. "text": "首页"
  50. },
  51. {
  52. "pagePath": "pages/map/home/home",
  53. "iconPath": "common/images/tabbar/site.png",
  54. "selectedIconPath": "common/images/tabbar/site_cur.png",
  55. "text": "服务地图"
  56. },
  57. {
  58. "pagePath": "pages/webview/rcmap/rcmap",
  59. "iconPath": "common/images/tabbar/calc.png",
  60. "selectedIconPath": "common/images/tabbar/calc_cur.png",
  61. "text": "政策计算器"
  62. },
  63. {
  64. "pagePath": "pages/rob/home/home",
  65. "iconPath": "common/images/tabbar/rob.png",
  66. "selectedIconPath": "common/images/tabbar/rob_cur.png",
  67. "text": "抢票"
  68. },
  69. {
  70. "pagePath": "pages/my/home/home",
  71. "iconPath": "common/images/tabbar/my.png",
  72. "selectedIconPath": "common/images/tabbar/my_cur.png",
  73. "text": "我的"
  74. }
  75. ]
  76. },
  77. "style": "v2",
  78. "sitemapLocation": "sitemap.json",
  79. "usingComponents": {
  80. "cu-custom": "/colorui/components/cu-custom"
  81. }
  82. }