pages.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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/device/list/list",
  11. "style": {
  12. "navigationStyle": "custom",
  13. "navigationBarTitleText": "",
  14. "enablePullDownRefresh": true
  15. }
  16. },
  17. {
  18. "path": "pages/home/home",
  19. "style": {
  20. "navigationStyle": "custom",
  21. "navigationBarTitleText": ""
  22. }
  23. },
  24. {
  25. "path": "pages/find/index/index",
  26. "style": {
  27. "navigationStyle": "custom",
  28. "navigationBarTitleText": "",
  29. "enablePullDownRefresh": true
  30. }
  31. },
  32. {
  33. "path": "pages/login/login",
  34. "style": {
  35. "navigationStyle": "custom",
  36. "navigationBarTitleText": ""
  37. }
  38. },
  39. {
  40. "path": "pages/my/my",
  41. "style": {
  42. "navigationStyle": "custom",
  43. "navigationBarTitleText": "我的"
  44. }
  45. },
  46. {
  47. "path": "pages/webview/webview",
  48. "style": {
  49. "navigationBarTitleText": "",
  50. "navigationStyle": "custom"
  51. }
  52. },
  53. {
  54. "path": "pages/my/info/info",
  55. "style": {
  56. "navigationBarTitleText": "个人资料"
  57. }
  58. },
  59. {
  60. "path": "pages/my/crop/crop",
  61. "style": {
  62. "navigationStyle": "custom",
  63. "navigationBarTitleText": ""
  64. }
  65. },
  66. {
  67. "path": "pages/test-toast/test-toast",
  68. "style": {
  69. "navigationBarTitleText": "Toast测试"
  70. }
  71. }
  72. ],
  73. "globalStyle": {
  74. "navigationBarTextStyle": "black",
  75. "navigationBarTitleText": "研年健康",
  76. "navigationBarBackgroundColor": "#F8F8F8",
  77. "backgroundColor": "#F8F8F8"
  78. },
  79. "tabBar": {
  80. "color": "#9BA5B7",
  81. "selectedColor": "#389588",
  82. "borderStyle": "white",
  83. "backgroundColor": "#ffffff",
  84. "height": "56px",
  85. "fontSize": "13px",
  86. "iconWidth": "24px",
  87. "spacing": "4px",
  88. "list": [{
  89. "pagePath": "pages/device/list/list",
  90. "iconPath": "/static/public/home.png",
  91. "selectedIconPath": "/static/public/home1.png",
  92. "text": "首页"
  93. },{
  94. "pagePath": "pages/home/home",
  95. "iconPath": "/static/public/device.png",
  96. "selectedIconPath": "/static/public/device1.png",
  97. "text": "发现"
  98. },{
  99. "pagePath": "pages/find/index/index",
  100. "iconPath": "/static/public/find.png",
  101. "selectedIconPath": "/static/public/find1.png",
  102. "text": "健康"
  103. },{
  104. "pagePath": "pages/my/my",
  105. "iconPath": "/static/public/my.png",
  106. "selectedIconPath": "/static/public/my1.png",
  107. "text": "我的"
  108. }]
  109. },
  110. "uniIdRouter": {}
  111. }