You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

199 lines
3.6 KiB

4 weeks ago
  1. {
  2. "easycom": {
  3. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/home/home",
  7. "style": {
  8. "navigationStyle": "custom",
  9. "disableSwipeBack": true,
  10. "titleNView": false,
  11. "bounce": false
  12. }
  13. },
  14. {
  15. "path": "pages/home/marketSituation",
  16. "style": {
  17. "navigationStyle": "custom",
  18. "disableSwipeBack": true,
  19. "titleNView": false,
  20. "bounce": false
  21. }
  22. },
  23. {
  24. "path": "pages/home/deepMate",
  25. "style": {
  26. "navigationStyle": "custom",
  27. "disableSwipeBack": true,
  28. "titleNView": false,
  29. "bounce": false
  30. }
  31. },
  32. {
  33. "path": "pages/home/deepExploration",
  34. "style": {
  35. "navigationStyle": "custom",
  36. "disableSwipeBack": true,
  37. "titleNView": false,
  38. "bounce": false
  39. }
  40. },
  41. {
  42. "path": "pages/home/member",
  43. "style": {
  44. "navigationStyle": "custom",
  45. "disableSwipeBack": true,
  46. "titleNView": false,
  47. "bounce": false
  48. }
  49. },
  50. {
  51. "path" : "pages/morningMarketAnalysis/morningMarketAnalysis",
  52. "style" :
  53. {
  54. "navigationBarTitleText" : ""
  55. }
  56. },
  57. {
  58. "path": "pages/home/globalIndex",
  59. "style": {
  60. "navigationStyle": "custom",
  61. "disableSwipeBack": true,
  62. "titleNView": false,
  63. "bounce": false
  64. }
  65. },
  66. {
  67. "path": "pages/home/marketDetail",
  68. "style": {
  69. "navigationStyle": "custom",
  70. "disableSwipeBack": true,
  71. "titleNView": false,
  72. "bounce": false
  73. }
  74. },
  75. {
  76. "path": "pages/setting/general",
  77. "style": {
  78. "navigationBarTitleText": "通用设置"
  79. }
  80. },
  81. {
  82. "path": "pages/setting/font",
  83. "style": {
  84. "navigationBarTitleText": "字体大小"
  85. }
  86. },
  87. {
  88. "path": "pages/setting/theme",
  89. "style": {
  90. "navigationBarTitleText": "主题切换"
  91. }
  92. },
  93. {
  94. "path": "pages/setting/message",
  95. "style": {
  96. "navigationBarTitleText": "消息推送"
  97. }
  98. },
  99. {
  100. "path": "pages/setting/push",
  101. "style": {
  102. "navigationBarTitleText": "推送设置"
  103. }
  104. },
  105. {
  106. "path": "pages/setting/server",
  107. "style": {
  108. "navigationBarTitleText": "选择服务器"
  109. }
  110. },
  111. {
  112. "path": "pages/setting/market",
  113. "style": {
  114. "navigationBarTitleText": "行情设置"
  115. }
  116. },
  117. {
  118. "path": "pages/setting/account",
  119. "style": {
  120. "navigationBarTitleText": "账号与安全"
  121. }
  122. },
  123. {
  124. "path": "pages/setting/newVersion",
  125. "style": {
  126. "navigationBarTitleText": "新版本更新"
  127. }
  128. },
  129. {
  130. "path": "pages/setting/about",
  131. "style": {
  132. "navigationBarTitleText": "关于DeepChart"
  133. }
  134. },
  135. {
  136. "path": "pages/setting/introduce",
  137. "style": {
  138. "navigationBarTitleText": "产品介绍"
  139. }
  140. },
  141. {
  142. "path": "pages/setting/bind",
  143. "style": {
  144. "navigationBarTitleText": "绑定账号"
  145. }
  146. },
  147. {
  148. "path": "pages/setting/phone",
  149. "style": {
  150. "navigationBarTitleText": "绑定账号"
  151. //
  152. }
  153. },
  154. {
  155. "path": "pages/setting/email",
  156. "style": {
  157. "navigationBarTitleText": "绑定账号"
  158. //
  159. }
  160. },
  161. {
  162. "path": "pages/setting/password",
  163. "style":
  164. {
  165. "navigationBarTitleText": "修改密码"
  166. }
  167. },
  168. {
  169. "path" : "pages/setting/nextPwd",
  170. "style" :
  171. {
  172. "navigationBarTitleText" : "修改密码"
  173. }
  174. },
  175. {
  176. "path" : "pages/setting/share",
  177. "style" :
  178. {
  179. "navigationBarTitleText" : "分享领取奖励"
  180. }
  181. },
  182. {
  183. "path" : "pages/home/marketCondition",
  184. "style" :
  185. {
  186. "navigationBarTitleText" : "行情",
  187. "navigationStyle": "custom"
  188. }
  189. }
  190. ],
  191. "globalStyle": {
  192. "navigationBarTextStyle": "black",
  193. "navigationBarTitleText": "uni-app",
  194. "navigationBarBackgroundColor": "#F8F8F8",
  195. "backgroundColor": "#F8F8F8",
  196. "app-plus": {
  197. "background": "#efeff4"
  198. }
  199. }
  200. }