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.

190 lines
3.5 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. "path": "pages/setting/general",
  76. "style": {
  77. "navigationBarTitleText": "通用设置"
  78. }
  79. },
  80. {
  81. "path": "pages/setting/font",
  82. "style": {
  83. "navigationBarTitleText": "字体大小"
  84. }
  85. },
  86. {
  87. "path": "pages/setting/theme",
  88. "style": {
  89. "navigationBarTitleText": "主题切换"
  90. }
  91. },
  92. {
  93. "path": "pages/setting/message",
  94. "style": {
  95. "navigationBarTitleText": "消息推送"
  96. }
  97. },
  98. {
  99. "path": "pages/setting/push",
  100. "style": {
  101. "navigationBarTitleText": "推送设置"
  102. }
  103. },
  104. {
  105. "path": "pages/setting/server",
  106. "style": {
  107. "navigationBarTitleText": "选择服务器"
  108. }
  109. },
  110. {
  111. "path": "pages/setting/market",
  112. "style": {
  113. "navigationBarTitleText": "行情设置"
  114. }
  115. },
  116. {
  117. "path": "pages/setting/account",
  118. "style": {
  119. "navigationBarTitleText": "账号与安全"
  120. }
  121. },
  122. {
  123. "path": "pages/setting/newVersion",
  124. "style": {
  125. "navigationBarTitleText": "新版本更新"
  126. }
  127. },
  128. {
  129. "path": "pages/setting/about",
  130. "style": {
  131. "navigationBarTitleText": "关于DeepChart"
  132. }
  133. },
  134. {
  135. "path": "pages/setting/introduce",
  136. "style": {
  137. "navigationBarTitleText": "产品介绍"
  138. }
  139. },
  140. {
  141. "path": "pages/setting/bind",
  142. "style": {
  143. "navigationBarTitleText": "绑定账号"
  144. }
  145. },
  146. {
  147. "path": "pages/setting/phone",
  148. "style": {
  149. "navigationBarTitleText": "绑定账号"
  150. //
  151. }
  152. },
  153. {
  154. "path": "pages/setting/email",
  155. "style": {
  156. "navigationBarTitleText": "绑定账号"
  157. //
  158. }
  159. },
  160. {
  161. "path": "pages/setting/password",
  162. "style":
  163. {
  164. "navigationBarTitleText": "修改密码"
  165. }
  166. },
  167. {
  168. "path" : "pages/setting/nextPwd",
  169. "style" :
  170. {
  171. "navigationBarTitleText" : "修改密码"
  172. }
  173. },
  174. {
  175. "path" : "pages/setting/share",
  176. "style" :
  177. {
  178. "navigationBarTitleText" : "分享领取奖励"
  179. }
  180. }
  181. ],
  182. "globalStyle": {
  183. "navigationBarTextStyle": "black",
  184. "navigationBarTitleText": "uni-app",
  185. "navigationBarBackgroundColor": "#F8F8F8",
  186. "backgroundColor": "#F8F8F8",
  187. "app-plus": {
  188. "background": "#efeff4"
  189. }
  190. }
  191. }