pages.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "enablePullDownRefresh": true,
  9. "navigationBarTitleText": "首頁",
  10. "navigationStyle": "custom"
  11. }
  12. },
  13. {
  14. "path": "pages/index/gglist",
  15. "style": {
  16. "navigationBarTitleText": "公告列表"
  17. }
  18. },
  19. {
  20. "path": "pages/index/ggDetail",
  21. "style": {
  22. "navigationBarTitleText": "公告詳情"
  23. }
  24. },
  25. {
  26. "path": "pages/index/kf",
  27. "style": {
  28. "navigationBarTitleText": "客服",
  29. "navigationStyle": "custom"
  30. }
  31. },
  32. {
  33. "path": "pages/transaction/transaction",
  34. "style": {
  35. "navigationBarTitleText": "幣幣交易市場"
  36. }
  37. },
  38. {
  39. "path": "pages/transaction/transactionDetail",
  40. "style": {
  41. "navigationBarTitleText": "交易詳情"
  42. }
  43. },
  44. {
  45. "path": "pages/transaction/cblist",
  46. "style": {
  47. "navigationBarTitleText": "充幣列表"
  48. }
  49. },
  50. {
  51. "path": "pages/transaction/cbdetail",
  52. "style": {
  53. "navigationBarTitleText": "充幣詳情",
  54. "navigationStyle": "custom"
  55. }
  56. },
  57. {
  58. "path": "pages/transaction/czlist",
  59. "style": {
  60. "navigationBarTitleText": "充幣記錄",
  61. "navigationStyle": "custom"
  62. }
  63. },
  64. {
  65. "path": "pages/transaction/tblist",
  66. "style": {
  67. "navigationBarTitleText": "提幣列表"
  68. }
  69. },
  70. {
  71. "path": "pages/transaction/tbdetail",
  72. "style": {
  73. "navigationBarTitleText": "提幣詳情"
  74. }
  75. },
  76. {
  77. "path": "pages/transaction/transfer",
  78. "style": {
  79. "navigationBarTitleText": "資金劃轉"
  80. }
  81. },
  82. {
  83. "path": "pages/heyue/heyue",
  84. "style": {
  85. "navigationBarTitleText": "合約交易",
  86. "enablePullDownRefresh": false,
  87. "navigationStyle": "custom"
  88. }
  89. },
  90. {
  91. "path": "pages/heyue/tradlist",
  92. "style": {
  93. "navigationBarTitleText": ""
  94. }
  95. },
  96. {
  97. "path": "pages/public/register",
  98. "style": {
  99. "navigationBarTitleText": "注冊"
  100. }
  101. }, {
  102. "path": "pages/public/login",
  103. "style": {
  104. "navigationBarTitleText": "登錄"
  105. }
  106. },
  107. {
  108. "path": "pages/public/forget",
  109. "style": {
  110. "navigationBarTitleText": "重置密碼"
  111. }
  112. },
  113. {
  114. "path": "pages/user/user",
  115. "style": {
  116. "navigationBarTitleText": "資產"
  117. }
  118. },
  119. {
  120. "path": "pages/user/menu",
  121. "style": {
  122. "navigationBarTitleText": ""
  123. }
  124. },
  125. {
  126. "path": "pages/user/allorder",
  127. "style": {
  128. "navigationBarTitleText": ""
  129. }
  130. },
  131. {
  132. "path": "pages/user/respwd",
  133. "style": {
  134. "navigationBarTitleText": "密碼"
  135. }
  136. },
  137. {
  138. "path": "pages/user/authrz",
  139. "style": {
  140. "navigationBarTitleText": ""
  141. }
  142. },
  143. {
  144. "path": "pages/user/coininfo",
  145. "style": {
  146. "navigationBarTitleText": ""
  147. }
  148. }
  149. ],
  150. "globalStyle": {
  151. "navigationBarTextStyle": "black",
  152. "navigationBarTitleText": "uni-app",
  153. "navigationBarBackgroundColor": "#FFFFFF",
  154. "backgroundColor": "#f8f8f8"
  155. },
  156. "tabBar": {
  157. "color": "#697484",
  158. "selectedColor": "#fcd417",
  159. "borderStyle": "black",
  160. "backgroundColor": "#ffffff",
  161. "list": [{
  162. "pagePath": "pages/index/index",
  163. "iconPath": "static/tabBar/home.png",
  164. "selectedIconPath": "static/tabBar/home-action.png",
  165. "text": "首頁"
  166. },
  167. {
  168. "pagePath": "pages/transaction/transaction",
  169. "iconPath": "static/tabBar/jy.png",
  170. "selectedIconPath": "static/tabBar/jy-action.png",
  171. "text": "交易"
  172. },
  173. {
  174. "pagePath": "pages/heyue/heyue",
  175. "iconPath": "static/tabBar/hy.png",
  176. "selectedIconPath": "static/tabBar/hy-action.png",
  177. "text": "合約"
  178. },
  179. {
  180. "pagePath": "pages/user/user",
  181. "iconPath": "static/tabBar/zc.png",
  182. "selectedIconPath": "static/tabBar/zc-action.png",
  183. "text": "資產"
  184. }
  185. ]
  186. }
  187. }