pages.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. // 首页
  7. {
  8. "path": "pages/index/index",
  9. "style": {
  10. "navigationBarTitleText": "BCMM",
  11. "navigationStyle": "custom"
  12. }
  13. },
  14. {
  15. "path": "pages/index/nodeDetail",
  16. "style": {
  17. "navigationBarTitleText": "BCMM",
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/index/bind",
  23. "style": {
  24. "navigationBarTitleText": "BCMM",
  25. "navigationStyle": "custom"
  26. }
  27. },
  28. {
  29. "path": "pages/index/info",
  30. "style": {
  31. "navigationBarTitleText": "BCMM",
  32. "navigationStyle": "custom"
  33. }
  34. },
  35. {
  36. "path": "pages/index/node",
  37. "style": {
  38. "navigationBarTitleText": "BCMM",
  39. "navigationStyle": "custom"
  40. }
  41. },
  42. {
  43. "path": "pages/index/buling",
  44. "style": {
  45. "navigationBarTitleText": "BCMM",
  46. "navigationStyle": "custom"
  47. }
  48. },
  49. {
  50. "path": "pages/user/shareItem",
  51. "style": {
  52. "navigationBarTitleText": "BCMM",
  53. "navigationStyle": "custom"
  54. }
  55. },
  56. {
  57. "path": "pages/user/user",
  58. "style": {
  59. "navigationBarTitleText": "BCMM",
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "pages/user/transfer",
  65. "style": {
  66. "navigationBarTitleText": "BCMM",
  67. "navigationStyle": "custom"
  68. }
  69. },
  70. {
  71. "path": "pages/user/money",
  72. "style": {
  73. "navigationBarTitleText": "BCMM",
  74. "navigationBarBackgroundColor": "rgb(12, 8, 21)",
  75. "navigationBarTextStyle": "white"
  76. }
  77. },
  78. {
  79. "path": "pages/user/myDetail",
  80. "style": {
  81. "navigationBarTitleText": "BCMM",
  82. "navigationStyle": "custom"
  83. }
  84. },
  85. {
  86. "path": "pages/user/withdrawal",
  87. "style": {
  88. "navigationBarTitleText": "BCMM",
  89. "navigationStyle": "custom"
  90. }
  91. }
  92. ]
  93. // ,
  94. // "tabBar": {
  95. // "color": "#666992",
  96. // "selectedColor": "#17C474",
  97. // "borderStyle": "black",
  98. // "backgroundColor": "#fff",
  99. // "list": [{
  100. // "visible": false,
  101. // "pagePath": "pages/index/index",
  102. // "iconPath": "static/tabBar/home.png",
  103. // "selectedIconPath": "static/tabBar/home-index.png",
  104. // "text": "首頁"
  105. // },
  106. // {
  107. // "visible": false,
  108. // "pagePath": "pages/order/index",
  109. // "iconPath": "static/tabBar/order.png",
  110. // "selectedIconPath": "static/tabBar/order-index.png",
  111. // "text": "訂單"
  112. // },
  113. // {
  114. // "visible": false,
  115. // "pagePath": "pages/leaks/index",
  116. // "iconPath": "static/tabBar/leaks.png",
  117. // "selectedIconPath": "static/tabBar/leaks-index.png",
  118. // "text": "撿漏"
  119. // },
  120. // {
  121. // "visible": false,
  122. // "pagePath": "pages/user/user",
  123. // "iconPath": "static/tabBar/user.png",
  124. // "selectedIconPath": "static/tabBar/user-index.png",
  125. // "text": "我的"
  126. // }
  127. // ]
  128. // }
  129. }