pages.json 2.7 KB

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