pages.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "ay-toast": "@/components/ay-toast/ay-toast.nvue"
  6. }
  7. },
  8. "pages": [
  9. // {
  10. // "path": "pages/ble-demo/ble-demo",
  11. // "style": {
  12. // "navigationStyle": "custom",
  13. // "navigationBarTitleText": "",
  14. // "enablePullDownRefresh": true
  15. // }
  16. // },
  17. {
  18. "path": "pages/device/list/list",
  19. "style": {
  20. "navigationStyle": "custom",
  21. "navigationBarTitleText": "",
  22. "enablePullDownRefresh": true
  23. }
  24. },
  25. {
  26. "path": "pages/home/home",
  27. "style": {
  28. "navigationStyle": "custom",
  29. "navigationBarTitleText": ""
  30. }
  31. },
  32. {
  33. "path": "pages/find/index/index",
  34. "style": {
  35. "navigationStyle": "custom",
  36. "navigationBarTitleText": "",
  37. "enablePullDownRefresh": true
  38. }
  39. },
  40. {
  41. "path": "pages/find/detail/detail",
  42. "style": {
  43. "navigationStyle": "custom",
  44. "navigationBarTitleText": ""
  45. }
  46. },
  47. {
  48. "path": "pages/login/login",
  49. "style": {
  50. "navigationStyle": "custom",
  51. "navigationBarTitleText": ""
  52. }
  53. },
  54. {
  55. "path": "pages/my/my",
  56. "style": {
  57. "navigationStyle": "custom",
  58. "navigationBarTitleText": "我的"
  59. }
  60. },
  61. {
  62. "path": "pages/webview/webview",
  63. "style": {
  64. "navigationBarTitleText": "",
  65. "navigationStyle": "custom"
  66. }
  67. },
  68. {
  69. "path": "pages/my/info/info",
  70. "style": {
  71. "navigationBarTitleText": "个人资料"
  72. }
  73. },
  74. {
  75. "path": "pages/my/crop/crop",
  76. "style": {
  77. "navigationStyle": "custom",
  78. "navigationBarTitleText": ""
  79. }
  80. },
  81. {
  82. "path": "pages/device/search/search",
  83. "style": {
  84. "navigationStyle": "custom",
  85. "navigationBarTitleText": ""
  86. }
  87. },
  88. {
  89. "path": "pages/device/detail/detail",
  90. "style": {
  91. "navigationStyle": "custom",
  92. "navigationBarTitleText": ""
  93. }
  94. },
  95. {
  96. "path": "pages/device/deviceInfo/deviceInfo",
  97. "style": {
  98. "navigationStyle": "custom",
  99. "navigationBarTitleText": "",
  100. "app-plus": {
  101. "backgroundColor": "#389588"
  102. }
  103. }
  104. },
  105. {
  106. "path": "pages/device/moxibustion/moxibustion",
  107. "style": {
  108. "navigationBarTitleText": "耗材管理"
  109. }
  110. },
  111. {
  112. "path": "pages/device/mycases/mycases",
  113. "style": {
  114. "navigationBarTitleText": "我的方案"
  115. }
  116. },
  117. {
  118. "path": "pages/device/userManage/userManage",
  119. "style": {
  120. "navigationStyle": "custom",
  121. "navigationBarTitleText": "",
  122. "app-plus": {
  123. "backgroundColor": "#389588"
  124. }
  125. }
  126. },
  127. {
  128. "path": "pages/device/bodyParams/bodyParams",
  129. "style": {
  130. "navigationStyle": "custom",
  131. "navigationBarTitleText": "",
  132. "app-plus": {
  133. "backgroundColor": "#389588"
  134. }
  135. }
  136. },
  137. {
  138. "path": "pages/test-toast/test-toast",
  139. "style": {
  140. "navigationBarTitleText": "Toast测试"
  141. }
  142. },
  143. {
  144. "path": "pages/my/msg/msg",
  145. "style": {
  146. "navigationStyle": "custom",
  147. "navigationBarTitleText": "",
  148. "enablePullDownRefresh": true
  149. }
  150. },
  151. {
  152. "path": "pages/my/version/version",
  153. "style": {
  154. "navigationStyle": "custom",
  155. "navigationBarTitleText": ""
  156. }
  157. },
  158. {
  159. "path": "pages/my/questions/questions",
  160. "style": {
  161. "navigationStyle": "custom",
  162. "navigationBarTitleText": ""
  163. }
  164. },
  165. {
  166. "path": "pages/my/questions/quesinfo",
  167. "style": {
  168. "navigationStyle": "custom",
  169. "navigationBarTitleText": ""
  170. }
  171. },
  172. {
  173. "path": "pages/my/history/history",
  174. "style": {
  175. "navigationStyle": "custom",
  176. "navigationBarTitleText": "",
  177. "enablePullDownRefresh": true
  178. }
  179. }
  180. ],
  181. "globalStyle": {
  182. "navigationBarTextStyle": "black",
  183. "navigationBarTitleText": "研年健康",
  184. "navigationBarBackgroundColor": "#F8F8F8",
  185. "backgroundColor": "#F8F8F8"
  186. },
  187. "tabBar": {
  188. "color": "#9BA5B7",
  189. "selectedColor": "#389588",
  190. "borderStyle": "white",
  191. "backgroundColor": "#ffffff",
  192. "height": "56px",
  193. "fontSize": "13px",
  194. "iconWidth": "24px",
  195. "spacing": "4px",
  196. "list": [{
  197. "pagePath": "pages/device/list/list",
  198. "iconPath": "/static/public/home.png",
  199. "selectedIconPath": "/static/public/home1.png",
  200. "text": "首页"
  201. },{
  202. "pagePath": "pages/home/home",
  203. "iconPath": "/static/public/device.png",
  204. "selectedIconPath": "/static/public/device1.png",
  205. "text": "发现"
  206. },{
  207. "pagePath": "pages/find/index/index",
  208. "iconPath": "/static/public/find.png",
  209. "selectedIconPath": "/static/public/find1.png",
  210. "text": "健康"
  211. },{
  212. "pagePath": "pages/my/my",
  213. "iconPath": "/static/public/my.png",
  214. "selectedIconPath": "/static/public/my1.png",
  215. "text": "我的"
  216. }]
  217. },
  218. "uniIdRouter": {}
  219. }