pages.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. {
  2. "easycom" : {
  3. "^u-(.*)" : "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages" : [
  6. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  7. {
  8. "path" : "pages/index/index",
  9. "style" : {
  10. "navigationBarTitleText" : "币王"
  11. }
  12. },
  13. {
  14. "path" : "pages/login/index",
  15. "style" : {
  16. "navigationBarTitleText" : "登录"
  17. }
  18. },
  19. {
  20. "path" : "pages/exchange/index",
  21. "style" : {
  22. "navigationBarTitleText" : "闪电兑换"
  23. }
  24. },
  25. {
  26. "path" : "pages/property/index",
  27. "style" : {
  28. "navigationBarTitleText" : "资产"
  29. }
  30. },
  31. {
  32. "path" : "pages/property/bill",
  33. "style" : {
  34. "navigationBarTitleText" : "用户账单"
  35. }
  36. },
  37. {
  38. "path" : "pages/property/asset",
  39. "style" : {
  40. "navigationBarTitleText" : "资产记录"
  41. }
  42. },
  43. {
  44. "path" : "pages/task/index",
  45. "style" : {
  46. "navigationBarTitleText" : "任务中心"
  47. }
  48. },
  49. {
  50. "path" : "pages/contract/index",
  51. "style" : {
  52. "navigationBarTitleText" : "合约"
  53. }
  54. },
  55. {
  56. "path" : "pages/contract/sustainability/index",
  57. "style" : {}
  58. }
  59. ],
  60. "subPackages" : [
  61. {
  62. "root" : "pages/content",
  63. "pages" : [
  64. {
  65. "path" : "share",
  66. "style" : {
  67. "navigationBarTitleText" : "分享"
  68. }
  69. },
  70. {
  71. "path" : "mine",
  72. "style" : {
  73. "navigationBarTitleText" : "个人中心"
  74. }
  75. },
  76. {
  77. "path" : "select-currency",
  78. "style" : {
  79. "navigationBarTitleText" : "选择币种"
  80. }
  81. },
  82. {
  83. "path" : "top-up",
  84. "style" : {
  85. "navigationBarTitleText" : "充币"
  86. }
  87. },
  88. {
  89. "path" : "charge-record",
  90. "style" : {
  91. "navigationBarTitleText" : "充币记录"
  92. }
  93. },
  94. {
  95. "path" : "setting",
  96. "style" : {
  97. "navigationBarTitleText" : "系统设置"
  98. }
  99. },
  100. {
  101. "path" : "safety-set",
  102. "style" : {
  103. "navigationBarTitleText" : "安全设置"
  104. }
  105. },
  106. {
  107. "path" : "change-password",
  108. "style" : {
  109. "navigationBarTitleText" : "修改密码"
  110. }
  111. }
  112. ]
  113. }
  114. ],
  115. "tabBar" : {
  116. "color" : "#666666",
  117. "selectedColor" : "#0ED47F",
  118. // "borderStyle": "#E7E7E7",
  119. // "backgroundColor": "#FFFFFF",
  120. "list" : [
  121. {
  122. "pagePath" : "pages/index/index",
  123. "iconPath" : "./static/tabbar/tabbar_1.png",
  124. "selectedIconPath" : "./static/tabbar/tabbar_1_1.png",
  125. "text" : "首页"
  126. },
  127. {
  128. "pagePath" : "pages/exchange/index",
  129. "iconPath" : "./static/tabbar/tabbar_2.png",
  130. "selectedIconPath" : "./static/tabbar/tabbar_2_2.png",
  131. "text" : "币币"
  132. },
  133. {
  134. "pagePath" : "pages/contract/index",
  135. "iconPath" : "./static/tabbar/tabbar_3.png",
  136. "selectedIconPath" : "./static/tabbar/tabbar_3_3.png",
  137. "text" : "合约"
  138. },
  139. {
  140. "pagePath" : "pages/task/index",
  141. "iconPath" : "./static/tabbar/tabbar_4.png",
  142. "selectedIconPath" : "./static/tabbar/tabbar_4_4.png",
  143. "text" : "任务"
  144. },
  145. {
  146. "pagePath" : "pages/property/index",
  147. "iconPath" : "./static/tabbar/tabbar_5.png",
  148. "selectedIconPath" : "./static/tabbar/tabbar_5_5.png",
  149. "text" : "资产"
  150. }
  151. ]
  152. },
  153. "globalStyle" : {
  154. "navigationStyle" : "custom",
  155. "navigationBarTextStyle" : "black",
  156. "navigationBarTitleText" : "币王",
  157. "navigationBarBackgroundColor" : "#F8F8F8",
  158. "backgroundColor" : "#F8F8F8"
  159. },
  160. "uniIdRouter" : {}
  161. }