pages.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue"
  6. }
  7. },
  8. "pages": [
  9. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  10. {
  11. "path": "pages/index/index",
  12. "style": {
  13. // "navigationBarTitleText": "首页",
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/my/index",
  19. "style": {
  20. "navigationStyle": "custom"
  21. }
  22. },
  23. {
  24. "path": "pages/my/location",
  25. "style": {
  26. "navigationBarTitleText": "地址"
  27. }
  28. }
  29. ],
  30. "subPackages": [
  31. {
  32. "root": "pagesOne",
  33. "pages": [
  34. {
  35. "path": "winner/index",
  36. "style": {
  37. // "navigationBarTitleText": "首页",
  38. "navigationStyle": "custom"
  39. }
  40. },
  41. {
  42. "path": "winner/uploadImage",
  43. "style": {
  44. "navigationBarTitleText": "批量上传照片"
  45. }
  46. },
  47. {
  48. "path": "record/winnerList",
  49. "style": {
  50. "navigationBarTitleText": "奖励记录"
  51. }
  52. },
  53. {
  54. "path": "record/recordList",
  55. "style": {
  56. "navigationBarTitleText": "上传记录",
  57. "navigationBarBackgroundColor": "#fff"
  58. }
  59. },
  60. {
  61. "path": "record/claimList",
  62. "style": {
  63. "navigationBarTitleText": "快速理赔",
  64. "navigationBarBackgroundColor": "#fff",
  65. "enablePullDownRefresh": true
  66. }
  67. },
  68. {
  69. "path": "record/uploadDetail",
  70. "style": {
  71. "navigationBarTitleText": "上传记录详情"
  72. }
  73. },
  74. {
  75. "path": "claim/apply",
  76. "style": {
  77. "navigationBarTitleText": "快速理赔申请"
  78. }
  79. },
  80. {
  81. "path": "claim/graph",
  82. "style": {
  83. "navigationBarTitleText": "快速理赔申请"
  84. }
  85. },
  86. {
  87. "path": "claim/uploadRecept",
  88. "style": {
  89. "navigationBarTitleText": "批量上传照片"
  90. }
  91. },
  92. {
  93. "path": "claim/claimRecord",
  94. "style": {
  95. "navigationBarTitleText": "快速理赔",
  96. "navigationBarBackgroundColor": "#fff"
  97. }
  98. }
  99. ]
  100. }
  101. ],
  102. "globalStyle": {
  103. "navigationBarTextStyle": "black",
  104. "navigationBarTitleText": "uni-app",
  105. "navigationBarBackgroundColor": "#F8F8F8",
  106. "backgroundColor": "#F8F8F8"
  107. },
  108. "tabBar": {
  109. "color": "#A5AEC1",
  110. "selectedColor": "#1D212A",
  111. "backgroundColor": "#fff",
  112. "borderStyle": "white",
  113. "list": [
  114. {
  115. "text": "首页",
  116. "pagePath": "pages/index/index",
  117. "iconPath": "static/images/home_default.png",
  118. "selectedIconPath": "static/images/home_selected.png"
  119. },
  120. {
  121. "text": "提现",
  122. "pagePath": "pages/my/index",
  123. "iconPath": "static/images/withdraw-icon.png",
  124. "selectedIconPath": "static/images/withdraw-icon.png"
  125. }
  126. ]
  127. }
  128. }