pages.json 2.8 KB

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