pages.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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/heyue/heyue",
  50. "style": {
  51. "navigationBarTitleText": "合約交易",
  52. "enablePullDownRefresh": false,
  53. "navigationStyle": "custom"
  54. }
  55. },
  56. {
  57. "path": "pages/public/register",
  58. "style": {
  59. "navigationBarTitleText": "注冊"
  60. }
  61. }, {
  62. "path": "pages/public/login",
  63. "style": {
  64. "navigationBarTitleText": "登錄"
  65. }
  66. },
  67. {
  68. "path": "pages/public/forget",
  69. "style": {
  70. "navigationBarTitleText": "重置密碼"
  71. }
  72. },
  73. {
  74. "path": "pages/user/user",
  75. "style": {
  76. "navigationBarTitleText": "資產"
  77. }
  78. },
  79. {
  80. "path": "pages/user/menu",
  81. "style": {
  82. "navigationBarTitleText": ""
  83. }
  84. },
  85. {
  86. "path": "pages/user/allorder",
  87. "style": {
  88. "navigationBarTitleText": ""
  89. }
  90. },
  91. {
  92. "path": "pages/user/respwd",
  93. "style": {
  94. "navigationBarTitleText": "密碼"
  95. }
  96. },
  97. {
  98. "path": "pages/user/authrz",
  99. "style": {
  100. "navigationBarTitleText": ""
  101. }
  102. }
  103. ],
  104. "globalStyle": {
  105. "navigationBarTextStyle": "black",
  106. "navigationBarTitleText": "uni-app",
  107. "navigationBarBackgroundColor": "#FFFFFF",
  108. "backgroundColor": "#f8f8f8"
  109. },
  110. "tabBar": {
  111. "color": "#C0C4CC",
  112. "selectedColor": "#5DBC7C",
  113. "borderStyle": "black",
  114. "backgroundColor": "#ffffff",
  115. "list": [{
  116. "pagePath": "pages/index/index",
  117. "iconPath": "static/tabBar/tab-home.png",
  118. "selectedIconPath": "static/tabBar/tab-home-current.png",
  119. "text": "首頁"
  120. },
  121. {
  122. "pagePath": "pages/transaction/transaction",
  123. "iconPath": "static/tabBar/tab-home.png",
  124. "selectedIconPath": "static/tabBar/tab-home-current.png",
  125. "text": "交易"
  126. },
  127. {
  128. "pagePath": "pages/heyue/heyue",
  129. "iconPath": "static/tabBar/tab-home.png",
  130. "selectedIconPath": "static/tabBar/tab-home-current.png",
  131. "text": "合約"
  132. },
  133. {
  134. "pagePath": "pages/user/user",
  135. "iconPath": "static/tabBar/tab-my.png",
  136. "selectedIconPath": "static/tabBar/tab-my-current.png",
  137. "text": "資產"
  138. }
  139. ]
  140. }
  141. }