pages.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  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/rg",
  27. "style": {
  28. "navigationBarTitleText": "新幣認購"
  29. }
  30. },
  31. {
  32. "path": "pages/index/kf",
  33. "style": {
  34. "navigationBarTitleText": "客服",
  35. "navigationStyle": "custom"
  36. }
  37. },
  38. {
  39. "path": "pages/transaction/transaction",
  40. "style": {
  41. "navigationBarTitleText": "幣幣交易市場"
  42. }
  43. },
  44. {
  45. "path": "pages/transaction/transactionDetail",
  46. "style": {
  47. "navigationBarTitleText": "交易詳情"
  48. }
  49. },
  50. {
  51. "path": "pages/transaction/cblist",
  52. "style": {
  53. "navigationBarTitleText": "充幣列表"
  54. }
  55. },
  56. {
  57. "path": "pages/transaction/cbdetail",
  58. "style": {
  59. "navigationBarTitleText": "充幣詳情",
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "pages/transaction/czlist",
  65. "style": {
  66. "navigationBarTitleText": "充幣記錄",
  67. "navigationStyle": "custom"
  68. }
  69. },
  70. {
  71. "path": "pages/transaction/tblist",
  72. "style": {
  73. "navigationBarTitleText": "提幣列表"
  74. }
  75. },
  76. {
  77. "path": "pages/transaction/tbdetail",
  78. "style": {
  79. "navigationBarTitleText": "提幣詳情"
  80. }
  81. },
  82. {
  83. "path": "pages/transaction/transfer",
  84. "style": {
  85. "navigationBarTitleText": "資金劃轉"
  86. }
  87. },
  88. {
  89. "path": "pages/heyue/heyue",
  90. "style": {
  91. "navigationBarTitleText": "合約交易",
  92. "enablePullDownRefresh": false,
  93. "navigationStyle": "custom"
  94. }
  95. },
  96. {
  97. "path": "pages/heyue/tradlist",
  98. "style": {
  99. "navigationBarTitleText": ""
  100. }
  101. },
  102. {
  103. "path": "pages/public/register",
  104. "style": {
  105. "navigationBarTitleText": "注冊"
  106. }
  107. }, {
  108. "path": "pages/public/login",
  109. "style": {
  110. "navigationBarTitleText": "登錄"
  111. }
  112. },
  113. {
  114. "path": "pages/public/forget",
  115. "style": {
  116. "navigationBarTitleText": "重置密碼"
  117. }
  118. },
  119. {
  120. "path": "pages/user/user",
  121. "style": {
  122. "navigationBarTitleText": "資產"
  123. }
  124. },
  125. {
  126. "path": "pages/user/menu",
  127. "style": {
  128. "navigationBarTitleText": ""
  129. }
  130. },
  131. {
  132. "path": "pages/user/allorder",
  133. "style": {
  134. "navigationBarTitleText": ""
  135. }
  136. },
  137. {
  138. "path": "pages/user/respwd",
  139. "style": {
  140. "navigationBarTitleText": "密碼"
  141. }
  142. },
  143. {
  144. "path": "pages/user/tbRecord",
  145. "style": {
  146. "navigationBarTitleText": "提幣記錄"
  147. }
  148. },
  149. {
  150. "path": "pages/user/cbRecord",
  151. "style": {
  152. "navigationBarTitleText": "充幣記錄"
  153. }
  154. },
  155. {
  156. "path": "pages/user/tbDetail",
  157. "style": {
  158. "navigationBarTitleText": "提幣详情"
  159. }
  160. },
  161. {
  162. "path": "pages/user/cbDetail",
  163. "style": {
  164. "navigationBarTitleText": "充幣详情"
  165. }
  166. },
  167. {
  168. "path": "pages/user/authrz",
  169. "style": {
  170. "navigationBarTitleText": ""
  171. }
  172. },
  173. {
  174. "path": "pages/user/coininfo",
  175. "style": {
  176. "navigationBarTitleText": ""
  177. }
  178. }
  179. ],
  180. "globalStyle": {
  181. "navigationBarTextStyle": "black",
  182. "navigationBarTitleText": "uni-app",
  183. "navigationBarBackgroundColor": "#FFFFFF",
  184. "backgroundColor": "#f8f8f8"
  185. },
  186. "tabBar": {
  187. "color": "#697484",
  188. "selectedColor": "#fcd417",
  189. "borderStyle": "black",
  190. "backgroundColor": "#ffffff",
  191. "list": [{
  192. "pagePath": "pages/index/index",
  193. "iconPath": "static/tabBar/home.png",
  194. "selectedIconPath": "static/tabBar/home-action.png",
  195. "text": "首頁"
  196. },
  197. {
  198. "pagePath": "pages/transaction/transaction",
  199. "iconPath": "static/tabBar/jy.png",
  200. "selectedIconPath": "static/tabBar/jy-action.png",
  201. "text": "交易"
  202. },
  203. {
  204. "pagePath": "pages/heyue/heyue",
  205. "iconPath": "static/tabBar/hy.png",
  206. "selectedIconPath": "static/tabBar/hy-action.png",
  207. "text": "合約"
  208. },
  209. {
  210. "pagePath": "pages/user/user",
  211. "iconPath": "static/tabBar/zc.png",
  212. "selectedIconPath": "static/tabBar/zc-action.png",
  213. "text": "資產"
  214. }
  215. ]
  216. }
  217. }