pages.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^uni-(.*)": "@/uni_modules/uni-$1/components/uni-$1/uni-$1.vue",
  6. "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
  7. "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  8. "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue",
  9. "^cwg-(.*)": "@/components/cwg-$1.vue"
  10. }
  11. },
  12. "pages": [
  13. {
  14. "path": "pages/launch/index",
  15. "style": {
  16. "navigationBarTitleText": "",
  17. "navigationStyle": "custom"
  18. }
  19. },
  20. {
  21. "path": "pages/mine/index",
  22. "style": {
  23. "navigationBarTitleText": "",
  24. "navigationStyle": "custom"
  25. }
  26. },
  27. {
  28. "path": "pages/mine/language",
  29. "style": {
  30. "navigationBarTitleText": "",
  31. "navigationStyle": "custom"
  32. }
  33. },
  34. {
  35. "path": "pages/mine/improve",
  36. "style": {
  37. "navigationBarTitleText": "",
  38. "navigationStyle": "custom"
  39. }
  40. },
  41. {
  42. "path": "pages/mine/info",
  43. "style": {
  44. "navigationBarTitleText": "",
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. {
  49. "path": "pages/mine/permission",
  50. "style": {
  51. "navigationBarTitleText": "",
  52. "navigationStyle": "custom"
  53. }
  54. },
  55. {
  56. "path": "pages/mine/privacy",
  57. "style": {
  58. "navigationBarTitleText": "",
  59. "navigationStyle": "custom"
  60. }
  61. },
  62. {
  63. "path": "pages/mine/pay-password",
  64. "style": {
  65. "navigationBarTitleText": "",
  66. "navigationStyle": "custom"
  67. }
  68. },
  69. {
  70. "path": "pages/mine/kyc",
  71. "style": {
  72. "navigationBarTitleText": "",
  73. "navigationStyle": "custom"
  74. }
  75. },
  76. {
  77. "path": "pages/login/index",
  78. "style": {
  79. "navigationBarTitleText": "",
  80. "navigationStyle": "custom"
  81. }
  82. },
  83. {
  84. "path": "pages/login/regist",
  85. "style": {
  86. "navigationBarTitleText": "",
  87. "navigationStyle": "custom"
  88. }
  89. },
  90. {
  91. "path": "pages/login/reset",
  92. "style": {
  93. "navigationBarTitleText": "",
  94. "navigationStyle": "custom"
  95. }
  96. },
  97. {
  98. "path": "pages/login/forget",
  99. "style": {
  100. "navigationBarTitleText": "",
  101. "navigationStyle": "custom"
  102. }
  103. },
  104. {
  105. "path": "pages/activities/index",
  106. "style": {
  107. "navigationBarTitleText": "",
  108. "navigationStyle": "custom"
  109. }
  110. },
  111. {
  112. "path": "pages/activities/content",
  113. "style": {
  114. "navigationBarTitleText": "",
  115. "navigationStyle": "custom"
  116. }
  117. },
  118. {
  119. "path": "pages/activities/detail",
  120. "style": {
  121. "navigationBarTitleText": "",
  122. "navigationStyle": "custom"
  123. }
  124. },
  125. {
  126. "path": "pages/customer/index",
  127. "style": {
  128. "navigationBarTitleText": "",
  129. "navigationStyle": "custom"
  130. }
  131. },
  132. {
  133. "path": "pages/customer/payment-history",
  134. "style": {
  135. "navigationBarTitleText": "",
  136. "navigationStyle": "custom"
  137. }
  138. },
  139. {
  140. "path": "pages/customer/recording-history",
  141. "style": {
  142. "navigationBarTitleText": "",
  143. "navigationStyle": "custom"
  144. }
  145. },
  146. {
  147. "path": "pages/customer/create-account",
  148. "style": {
  149. "navigationBarTitleText": "",
  150. "navigationStyle": "custom"
  151. }
  152. },
  153. {
  154. "path": "pages/mine/notice",
  155. "style": {
  156. "navigationBarTitleText": "",
  157. "navigationStyle": "custom"
  158. }
  159. },
  160. {
  161. "path": "pages/mine/new",
  162. "style": {
  163. "navigationBarTitleText": "",
  164. "navigationStyle": "custom"
  165. }
  166. }
  167. ],
  168. "tabBar": {
  169. "color": "#000",
  170. "selectedColor": "#ea002a",
  171. "backgroundColor": "#fff",
  172. "borderStyle": "#fff",
  173. "list": []
  174. },
  175. "globalStyle": {
  176. "navigationBarTextStyle": "black",
  177. "navigationBarTitleText": "CARD",
  178. "navigationBarBackgroundColor": "#FFFFFF",
  179. "backgroundColor": "#F8F8F9"
  180. },
  181. "uniIdRouter": {}
  182. }