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.

166 lines
3.0 KiB

  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/setting/general",
  52. "style": {
  53. "navigationBarTitleText": "通用设置"
  54. }
  55. },
  56. {
  57. "path": "pages/setting/font",
  58. "style": {
  59. "navigationBarTitleText": "字体大小"
  60. }
  61. },
  62. {
  63. "path": "pages/setting/theme",
  64. "style": {
  65. "navigationBarTitleText": "主题切换"
  66. }
  67. },
  68. {
  69. "path": "pages/setting/message",
  70. "style": {
  71. "navigationBarTitleText": "消息推送"
  72. }
  73. },
  74. {
  75. "path": "pages/setting/push",
  76. "style": {
  77. "navigationBarTitleText": "推送设置"
  78. }
  79. },
  80. {
  81. "path": "pages/setting/server",
  82. "style": {
  83. "navigationBarTitleText": "选择服务器"
  84. }
  85. },
  86. {
  87. "path": "pages/setting/market",
  88. "style": {
  89. "navigationBarTitleText": "行情设置"
  90. }
  91. },
  92. {
  93. "path": "pages/setting/account",
  94. "style": {
  95. "navigationBarTitleText": "账号与安全"
  96. }
  97. },
  98. {
  99. "path": "pages/setting/newVersion",
  100. "style": {
  101. "navigationBarTitleText": "新版本更新"
  102. }
  103. },
  104. {
  105. "path": "pages/setting/about",
  106. "style": {
  107. "navigationBarTitleText": "关于DeepChart"
  108. }
  109. },
  110. {
  111. "path": "pages/setting/introduce",
  112. "style": {
  113. "navigationBarTitleText": "产品介绍"
  114. }
  115. },
  116. {
  117. "path": "pages/setting/bind",
  118. "style": {
  119. "navigationBarTitleText": "绑定账号"
  120. }
  121. },
  122. {
  123. "path": "pages/setting/phone",
  124. "style": {
  125. "navigationBarTitleText": "绑定账号"
  126. //
  127. }
  128. },
  129. {
  130. "path": "pages/setting/email",
  131. "style": {
  132. "navigationBarTitleText": "绑定账号"
  133. //
  134. }
  135. },
  136. {
  137. "path": "pages/setting/password",
  138. "style":
  139. {
  140. "navigationBarTitleText": "修改密码"
  141. }
  142. },
  143. {
  144. "path" : "pages/setting/nextPwd",
  145. "style" :
  146. {
  147. "navigationBarTitleText" : "修改密码"
  148. }
  149. },
  150. {
  151. "path" : "pages/setting/share",
  152. "style" :
  153. {
  154. "navigationBarTitleText" : "分享领取奖励"
  155. }
  156. }
  157. ],
  158. "globalStyle": {
  159. "navigationBarTextStyle": "black",
  160. "navigationBarTitleText": "uni-app",
  161. "navigationBarBackgroundColor": "#F8F8F8",
  162. "backgroundColor": "#F8F8F8",
  163. "app-plus": {
  164. "background": "#efeff4"
  165. }
  166. }
  167. }