pages.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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. "leftWindow": {
  13. "path": "windows/left-window.vue",
  14. "style": {
  15. "width": "280px"
  16. },
  17. "matchMedia": {
  18. "minWidth": 991
  19. }
  20. },
  21. "topWindow": {
  22. "path": "windows/top-window.vue",
  23. "style": {
  24. "height": "56px"
  25. },
  26. "matchMedia": {
  27. "minWidth": 991
  28. }
  29. },
  30. "pages": [
  31. {
  32. "path": "pages/launch/index",
  33. "style": {
  34. "navigationBarTitleText": "",
  35. "navigationStyle": "custom"
  36. }
  37. },
  38. {
  39. "path": "pages/mine/index",
  40. "style": {
  41. "navigationBarTitleText": "",
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/mine/language",
  47. "style": {
  48. "navigationBarTitleText": "",
  49. "navigationStyle": "custom"
  50. }
  51. },
  52. {
  53. "path": "pages/mine/improve",
  54. "style": {
  55. "navigationBarTitleText": "",
  56. "navigationStyle": "custom"
  57. }
  58. },
  59. {
  60. "path": "pages/mine/info",
  61. "style": {
  62. "navigationBarTitleText": "",
  63. "navigationStyle": "custom"
  64. }
  65. },
  66. {
  67. "path": "pages/mine/permission",
  68. "style": {
  69. "navigationBarTitleText": "",
  70. "navigationStyle": "custom"
  71. }
  72. },
  73. {
  74. "path": "pages/mine/privacy",
  75. "style": {
  76. "navigationBarTitleText": "",
  77. "navigationStyle": "custom"
  78. }
  79. },
  80. {
  81. "path": "pages/mine/pay-password",
  82. "style": {
  83. "navigationBarTitleText": "",
  84. "navigationStyle": "custom"
  85. }
  86. },
  87. {
  88. "path": "pages/mine/kyc",
  89. "style": {
  90. "navigationBarTitleText": "",
  91. "navigationStyle": "custom"
  92. }
  93. },
  94. {
  95. "path": "pages/login/index",
  96. "style": {
  97. "navigationBarTitleText": "",
  98. "navigationStyle": "custom"
  99. }
  100. },
  101. {
  102. "path": "pages/login/regist",
  103. "style": {
  104. "navigationBarTitleText": "",
  105. "navigationStyle": "custom"
  106. }
  107. },
  108. {
  109. "path": "pages/login/reset",
  110. "style": {
  111. "navigationBarTitleText": "",
  112. "navigationStyle": "custom"
  113. }
  114. },
  115. {
  116. "path": "pages/login/forget",
  117. "style": {
  118. "navigationBarTitleText": "",
  119. "navigationStyle": "custom"
  120. }
  121. },
  122. {
  123. "path": "pages/activities/index",
  124. "style": {
  125. "navigationBarTitleText": "",
  126. "navigationStyle": "custom"
  127. }
  128. },
  129. {
  130. "path": "pages/activities/content",
  131. "style": {
  132. "navigationBarTitleText": "",
  133. "navigationStyle": "custom"
  134. }
  135. },
  136. {
  137. "path": "pages/activities/detail",
  138. "style": {
  139. "navigationBarTitleText": "",
  140. "navigationStyle": "custom"
  141. }
  142. },
  143. {
  144. "path": "pages/customer/index",
  145. "style": {
  146. "navigationBarTitleText": "",
  147. "navigationStyle": "custom"
  148. }
  149. },
  150. {
  151. "path": "pages/customer/payment-history",
  152. "style": {
  153. "navigationBarTitleText": "",
  154. "navigationStyle": "custom"
  155. }
  156. },
  157. {
  158. "path": "pages/customer/recording-history",
  159. "style": {
  160. "navigationBarTitleText": "",
  161. "navigationStyle": "custom"
  162. }
  163. },
  164. {
  165. "path": "pages/customer/create-account",
  166. "style": {
  167. "navigationBarTitleText": "",
  168. "navigationStyle": "custom"
  169. }
  170. },
  171. {
  172. "path": "pages/mine/notice",
  173. "style": {
  174. "navigationBarTitleText": "",
  175. "navigationStyle": "custom"
  176. }
  177. },
  178. {
  179. "path": "pages/mine/new",
  180. "style": {
  181. "navigationBarTitleText": "",
  182. "navigationStyle": "custom"
  183. }
  184. }
  185. ],
  186. "tabBar": {
  187. "color": "#000",
  188. "selectedColor": "#ea002a",
  189. "backgroundColor": "#fff",
  190. "borderStyle": "#fff",
  191. "list": []
  192. },
  193. "globalStyle": {
  194. "navigationBarTextStyle": "black",
  195. "navigationBarTitleText": "CARD",
  196. "navigationBarBackgroundColor": "#FFFFFF",
  197. "backgroundColor": "#F8F8F9",
  198. "animationType": "fade-in",
  199. "animationDuration": 300
  200. },
  201. "uniIdRouter": {}
  202. }