app.json 2.8 KB

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