pages.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "pages": [{
  3. "path": "pages/me/me",
  4. "style": {
  5. "navigationBarTitleText": "数据更新"
  6. }
  7. },
  8. {
  9. "path": "pages/middle/middle",
  10. "style": {
  11. "navigationBarTitleText": "记录查询"
  12. }
  13. },
  14. {
  15. "path": "pages/index/index",
  16. "style": {
  17. "navigationStyle": "custom"
  18. }
  19. }, {
  20. "path": "pages/pricate/pricate",
  21. "style": {
  22. "navigationBarTitleText": "个人中心"
  23. }
  24. },
  25. {
  26. "path": "pages/aboutme/aboutme",
  27. "style": {
  28. "navigationBarTitleText": "我的",
  29. "navigationBarBackgroundColor": "#FE5786",
  30. "enablePullDownRefresh": true
  31. }
  32. },
  33. {
  34. "path": "pages/surpermarket/surpermarket",
  35. "style": {
  36. "navigationBarTitleText": "我的",
  37. "navigationBarBackgroundColor": "#FE5786",
  38. "enablePullDownRefresh": true
  39. }
  40. },
  41. {
  42. "path": "pages/useragreement/useragreement",
  43. "style": {
  44. "navigationBarTitleText": "用户协议",
  45. "navigationBarBackgroundColor": "#FE5786"
  46. }
  47. },
  48. {
  49. "path": "pages/login/index",
  50. "style": {
  51. "navigationBarTitleText": "登录",
  52. "navigationBarBackgroundColor": "#FE5786"
  53. }
  54. }
  55. ],
  56. "globalStyle": {
  57. "navigationBarTextStyle": "white",
  58. "navigationBarTitleText": "uni-app",
  59. "navigationBarBackgroundColor": "#007AFF",
  60. "backgroundColor": "#FFFFFF"
  61. },
  62. "easycom": {
  63. "autoscan": true,
  64. "custom": {
  65. "cl-(.*)": "@/cool/ui/components/$1/$1.vue",
  66. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  67. }
  68. },
  69. "tabBar": {
  70. "selectedColor": "#1296db",
  71. "list": [{
  72. "pagePath": "pages/index/index",
  73. "text": "首页",
  74. "iconPath": "static/tabbar1.png",
  75. "selectedIconPath": "static/tabbar5.png"
  76. }, {
  77. "pagePath": "pages/middle/middle",
  78. "text": "智能融资",
  79. "iconPath": "static/tabbar2.png",
  80. "selectedIconPath": "static/tabbar6.png"
  81. },
  82. {
  83. "pagePath": "pages/surpermarket/surpermarket",
  84. "text": "金融超市",
  85. "iconPath": "static/tabbar4.png",
  86. "selectedIconPath": "static/tabbar8.png"
  87. },
  88. {
  89. "pagePath": "pages/me/me",
  90. "text": "政策解读",
  91. "iconPath": "static/tabbar4.png",
  92. "selectedIconPath": "static/tabbar8.png"
  93. },
  94. {
  95. "pagePath": "pages/aboutme/aboutme",
  96. "text": "我的",
  97. "iconPath": "static/tabbar4.png",
  98. "selectedIconPath": "static/tabbar8.png"
  99. }
  100. ]
  101. }
  102. }