pages.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "easycom": {
  3. // 关键步骤3:配置easycom规则
  4. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  5. },
  6. "pages": [
  7. {
  8. "path": "pages/index",
  9. "style": {
  10. "navigationBarTitleText": "",
  11. "navigationStyle": "custom"
  12. }
  13. },
  14. {
  15. "path": "pages/home/index",
  16. "style": {
  17. "navigationBarTitleText": "车主"
  18. }
  19. },
  20. {
  21. "path": "pages/login/index",
  22. "style": {
  23. "navigationStyle": "custom",
  24. "navigationBarTitleText": "登录"
  25. }
  26. },
  27. {
  28. "path": "pages/login/xieyi",
  29. "style": {
  30. "navigationBarTitleText": "协议"
  31. }
  32. },
  33. {
  34. "path": "pages/me/index",
  35. "style": {
  36. "navigationBarTitleText": "我的"
  37. }
  38. },
  39. {
  40. "path": "pages/me/userInfo",
  41. "style": {
  42. "navigationBarTitleText": "个人资料"
  43. }
  44. },
  45. {
  46. "path": "pages/me/storeInfo",
  47. "style": {
  48. "navigationBarTitleText": "门店信息"
  49. }
  50. },
  51. {
  52. "path": "pages/me/setting",
  53. "style": {
  54. "navigationBarTitleText": "设置"
  55. }
  56. },
  57. {
  58. "path": "pages/home/register/index",
  59. "style": {
  60. "navigationBarTitleText": "注册信息"
  61. }
  62. },
  63. {
  64. "path": "pages/home/insurance/index",
  65. "style": {
  66. "navigationBarTitleText": "注册列表"
  67. }
  68. },
  69. {
  70. "path": "pages/home/insurance/details",
  71. "style": {
  72. "navigationBarTitleText": "轮胎保注册信息",
  73. "app-plus": {
  74. "titleNView": false //禁用原生导航栏
  75. }
  76. }
  77. },
  78. {
  79. "path": "pages/home/insurance/rules",
  80. "style": {
  81. "navigationBarTitleText": "库比森报轮胎保服务规则"
  82. }
  83. },
  84. {
  85. "path": "pages/home/insurance/itemDetails",
  86. "style": {
  87. "navigationBarTitleText": "轮胎保理赔记录",
  88. "enablePullDownRefresh": true
  89. }
  90. },
  91. {
  92. "path": "pages/home/claim/index",
  93. "style": {
  94. "navigationBarTitleText": "保单进度"
  95. }
  96. },
  97. {
  98. "path": "pages/home/claim/details",
  99. "style": {
  100. "navigationBarTitleText": "轮胎保单内容"
  101. }
  102. },
  103. {
  104. "path": "pages/home/story/detail",
  105. "style": {
  106. "navigationBarTitleText": "用户故事详情"
  107. }
  108. }
  109. ],
  110. "globalStyle": {
  111. "navigationBarTextStyle": "white",
  112. "navigationBarBackgroundColor": "#03803B",
  113. "app-plus": {
  114. "bounce": "none",
  115. "scrollIndicator": "none",
  116. "titleNView": {
  117. "backgroundImage": "linear-gradient(to bottom, #03803B, #03803B)"
  118. }
  119. }
  120. },
  121. "tabBar": {
  122. "color": "#727272",
  123. "selectedColor": "#03803B",
  124. "borderStyle": "white",
  125. "backgroundColor": "#FFFFFF",
  126. "list": [{
  127. "pagePath": "pages/home/index",
  128. "iconPath": "static/images/tabBar/home.png",
  129. "selectedIconPath": "static/images/tabBar/home_selected.png",
  130. "text": "首页"
  131. },{
  132. "pagePath": "pages/me/index",
  133. "iconPath": "static/images/tabBar/my.png",
  134. "selectedIconPath": "static/images/tabBar/my_selected.png",
  135. "text": "我的"
  136. }]
  137. }
  138. }