pages.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  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/login/login",
  42. "style": {
  43. "navigationStyle": "custom",
  44. "navigationBarTitleText": ""
  45. }
  46. },
  47. {
  48. "path": "pages/my/my",
  49. "style": {
  50. "navigationStyle": "custom",
  51. "navigationBarTitleText": "我的"
  52. }
  53. },
  54. {
  55. "path": "pages/webview/webview",
  56. "style": {
  57. "navigationBarTitleText": "",
  58. "navigationStyle": "custom"
  59. }
  60. },
  61. {
  62. "path": "pages/my/info/info",
  63. "style": {
  64. "navigationBarTitleText": "个人资料"
  65. }
  66. },
  67. {
  68. "path": "pages/my/crop/crop",
  69. "style": {
  70. "navigationStyle": "custom",
  71. "navigationBarTitleText": ""
  72. }
  73. },
  74. {
  75. "path": "pages/device/search/search",
  76. "style": {
  77. "navigationStyle": "custom",
  78. "navigationBarTitleText": ""
  79. }
  80. },
  81. {
  82. "path": "pages/device/detail/detail",
  83. "style": {
  84. "navigationStyle": "custom",
  85. "navigationBarTitleText": ""
  86. }
  87. },
  88. {
  89. "path": "pages/device/deviceInfo/deviceInfo",
  90. "style": {
  91. "navigationStyle": "custom",
  92. "navigationBarTitleText": ""
  93. }
  94. },
  95. {
  96. "path": "pages/test-toast/test-toast",
  97. "style": {
  98. "navigationBarTitleText": "Toast测试"
  99. }
  100. }
  101. ],
  102. "globalStyle": {
  103. "navigationBarTextStyle": "black",
  104. "navigationBarTitleText": "研年健康",
  105. "navigationBarBackgroundColor": "#F8F8F8",
  106. "backgroundColor": "#F8F8F8"
  107. },
  108. "tabBar": {
  109. "color": "#9BA5B7",
  110. "selectedColor": "#389588",
  111. "borderStyle": "white",
  112. "backgroundColor": "#ffffff",
  113. "height": "56px",
  114. "fontSize": "13px",
  115. "iconWidth": "24px",
  116. "spacing": "4px",
  117. "list": [{
  118. "pagePath": "pages/device/list/list",
  119. "iconPath": "/static/public/home.png",
  120. "selectedIconPath": "/static/public/home1.png",
  121. "text": "首页"
  122. },{
  123. "pagePath": "pages/home/home",
  124. "iconPath": "/static/public/device.png",
  125. "selectedIconPath": "/static/public/device1.png",
  126. "text": "发现"
  127. },{
  128. "pagePath": "pages/find/index/index",
  129. "iconPath": "/static/public/find.png",
  130. "selectedIconPath": "/static/public/find1.png",
  131. "text": "健康"
  132. },{
  133. "pagePath": "pages/my/my",
  134. "iconPath": "/static/public/my.png",
  135. "selectedIconPath": "/static/public/my1.png",
  136. "text": "我的"
  137. }]
  138. },
  139. "uniIdRouter": {}
  140. }