pages.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "enablePullDownRefresh": true,
  6. "navigationBarTitleText": "首页",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/transaction/transaction",
  12. "style": {
  13. "navigationBarTitleText": "幣幣交易市場"
  14. }
  15. },
  16. {
  17. "path": "pages/transaction/cblist",
  18. "style": {
  19. "navigationBarTitleText": "充幣列表"
  20. }
  21. },
  22. {
  23. "path": "pages/transaction/cbdetail",
  24. "style": {
  25. "navigationBarTitleText": "充幣詳情",
  26. "navigationStyle": "custom"
  27. }
  28. },
  29. {
  30. "path": "pages/transaction/czlist",
  31. "style": {
  32. "navigationBarTitleText": "充幣記錄",
  33. "navigationStyle": "custom"
  34. }
  35. },
  36. {
  37. "path": "pages/transaction/tblist",
  38. "style": {
  39. "navigationBarTitleText": "提幣列表"
  40. }
  41. },
  42. {
  43. "path": "pages/transaction/tbdetail",
  44. "style": {
  45. "navigationBarTitleText": "提幣詳情"
  46. }
  47. },
  48. {
  49. "path": "pages/transaction/transfer",
  50. "style": {
  51. "navigationBarTitleText": "資金劃轉"
  52. }
  53. },
  54. {
  55. "path": "pages/heyue/heyue",
  56. "style": {
  57. "navigationBarTitleText": "合約交易",
  58. "enablePullDownRefresh": false,
  59. "navigationStyle": "custom"
  60. }
  61. },
  62. {
  63. "path": "pages/public/register",
  64. "style": {
  65. "navigationBarTitleText": "注冊"
  66. }
  67. }, {
  68. "path": "pages/public/login",
  69. "style": {
  70. "navigationBarTitleText": "登錄"
  71. }
  72. },
  73. {
  74. "path": "pages/public/forget",
  75. "style": {
  76. "navigationBarTitleText": "重置密碼"
  77. }
  78. },
  79. {
  80. "path": "pages/user/user",
  81. "style": {
  82. "navigationBarTitleText": "資產"
  83. }
  84. },
  85. {
  86. "path": "pages/user/menu",
  87. "style": {
  88. "navigationBarTitleText": ""
  89. }
  90. },
  91. {
  92. "path": "pages/user/allorder",
  93. "style": {
  94. "navigationBarTitleText": ""
  95. }
  96. },
  97. {
  98. "path": "pages/user/respwd",
  99. "style": {
  100. "navigationBarTitleText": "密碼"
  101. }
  102. },
  103. {
  104. "path": "pages/user/authrz",
  105. "style": {
  106. "navigationBarTitleText": ""
  107. }
  108. },
  109. {
  110. "path": "pages/user/coininfo",
  111. "style": {
  112. "navigationBarTitleText": ""
  113. }
  114. }
  115. ],
  116. "globalStyle": {
  117. "navigationBarTextStyle": "black",
  118. "navigationBarTitleText": "uni-app",
  119. "navigationBarBackgroundColor": "#FFFFFF",
  120. "backgroundColor": "#f8f8f8"
  121. },
  122. "tabBar": {
  123. "color": "#C0C4CC",
  124. "selectedColor": "#5DBC7C",
  125. "borderStyle": "black",
  126. "backgroundColor": "#ffffff",
  127. "list": [{
  128. "pagePath": "pages/index/index",
  129. "iconPath": "static/tabBar/tab-home.png",
  130. "selectedIconPath": "static/tabBar/tab-home-current.png",
  131. "text": "首頁"
  132. },
  133. {
  134. "pagePath": "pages/transaction/transaction",
  135. "iconPath": "static/tabBar/tab-home.png",
  136. "selectedIconPath": "static/tabBar/tab-home-current.png",
  137. "text": "交易"
  138. },
  139. {
  140. "pagePath": "pages/heyue/heyue",
  141. "iconPath": "static/tabBar/tab-home.png",
  142. "selectedIconPath": "static/tabBar/tab-home-current.png",
  143. "text": "合約"
  144. },
  145. {
  146. "pagePath": "pages/user/user",
  147. "iconPath": "static/tabBar/tab-my.png",
  148. "selectedIconPath": "static/tabBar/tab-my-current.png",
  149. "text": "資產"
  150. }
  151. ]
  152. }
  153. }