pages.json 4.3 KB

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