pages.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText": "首页",
  10. "enablePullDownRefresh": true
  11. }
  12. },
  13. {
  14. "path": "pages/index-my/index-my",
  15. "style": {
  16. "navigationBarTitleText": "个人中心",
  17. "enablePullDownRefresh": true
  18. }
  19. },
  20. {
  21. "path": "pages/auth-progress/auth-progress",
  22. "style": {
  23. "navigationBarTitleText": "认证进度"
  24. }
  25. },
  26. {
  27. "path": "pages/invite-proxy/invite-proxy",
  28. "style": {
  29. "navigationBarTitleText": "欢迎加入大卫博士!"
  30. }
  31. }, {
  32. "path": "pages/auth-progress/auth-progress",
  33. "style": {
  34. "navigationBarTitleText": "认证进度"
  35. }
  36. },
  37. {
  38. "path": "pages/auth-identity/auth-identity",
  39. "style": {
  40. "navigationBarTitleText": "用户认证"
  41. }
  42. }, {
  43. "path": "pages/share/share",
  44. "style": {
  45. "navigationBarTitleText": "分享"
  46. }
  47. }, {
  48. "path": "pages/phone-area/phone-area",
  49. "style": {
  50. "navigationBarTitleText": "选择国家/地区"
  51. }
  52. }, {
  53. "path": "pages/login-reg/login-reg",
  54. "style": {
  55. "navigationBarTitleText": "登录注册"
  56. }
  57. }, {
  58. "path": "pages/user-agreement/user-agreement",
  59. "style": {
  60. "navigationBarTitleText": "用户协议"
  61. }
  62. }, {
  63. "path": "pages/safe-manage/safe-manage",
  64. "style": {
  65. "navigationBarTitleText": "安全管理"
  66. }
  67. },
  68. {
  69. "path": "pages/person-card/person-card",
  70. "style": {
  71. "navigationBarTitleText": "个人名片"
  72. }
  73. },{
  74. "path": "pages/address-manage/address-manage",
  75. "style": {
  76. "navigationBarTitleText": "地址管理"
  77. }
  78. }, {
  79. "path": "pages/add-address/add-address",
  80. "style": {
  81. "navigationBarTitleText": "编辑地址"
  82. }
  83. }, {
  84. "path": "pages/auth-card/auth-card",
  85. "style": {
  86. "navigationBarTitleText": "授权书"
  87. }
  88. }, {
  89. "path": "pages/updata-psw/updata-psw",
  90. "style": {
  91. "navigationBarTitleText": "修改密码"
  92. }
  93. },{
  94. "path": "pages/change-phone/change-phone",
  95. "style": {
  96. "navigationBarTitleText": "手机换绑"
  97. }
  98. },{
  99. "path": "pages/t-shart/t-shart",
  100. "style": {}
  101. }, {
  102. "path": "pages/test/test",
  103. "style": {}
  104. },
  105. {
  106. "path": "pages/feedback/index",
  107. "style": {
  108. "navigationBarTitleText": "填写信息",
  109. "enablePullDownRefresh": false
  110. }
  111. }
  112. , {
  113. "path": "pages/feedback/test2",
  114. "style": {
  115. "navigationBarTitleText": "",
  116. "enablePullDownRefresh": false
  117. }
  118. }, {
  119. "path": "pages/index/page",
  120. "style": {
  121. "navigationBarTitleText": "",
  122. "enablePullDownRefresh": false
  123. }
  124. }, {
  125. "path": "pages/share/box",
  126. "style": {
  127. "navigationBarTitleText": "分享",
  128. "enablePullDownRefresh": false
  129. }
  130. },
  131. {
  132. "path": "pages/political/political",
  133. "style": {
  134. "navigationBarTitleText": "客服信息"
  135. }
  136. },
  137. {
  138. "path": "pages/webView/webView",
  139. "style": {
  140. "navigationBarTitleText": "大卫博士荣誉殿堂"
  141. }
  142. },
  143. {
  144. "path": "pages/webView/appraise",
  145. "style": {
  146. "navigationBarTitleText": "评价客服",
  147. "enablePullDownRefresh": false
  148. }
  149. }, {
  150. "path": "pages/gifts_list/gifts_list",
  151. "style": {
  152. "navigationBarTitleText": "礼品详情",
  153. "enablePullDownRefresh": false
  154. }
  155. },
  156. {
  157. "path": "pages/freeze/freeze",
  158. "style": {
  159. "navigationBarTitleText": "",
  160. "enablePullDownRefresh": false
  161. }
  162. }, {
  163. "path": "pages/scanQR/index",
  164. "style": {
  165. "navigationBarTitleText": "扫码发货",
  166. "enablePullDownRefresh": false
  167. }
  168. },{
  169. "path": "pages/howSend/howSend",
  170. "style": {
  171. "navigationBarTitleText": "",
  172. "enablePullDownRefresh": false
  173. }
  174. }, {
  175. "path": "pages/scanQR/belong",
  176. "style": {
  177. "navigationBarTitleText": "所属者",
  178. "enablePullDownRefresh": false
  179. }
  180. }, {
  181. "path": "pages/scanQR/detail",
  182. "style": {
  183. "navigationBarTitleText": "产品信息",
  184. "enablePullDownRefresh": false
  185. }
  186. }
  187. ],
  188. "tabBar": {
  189. "color": "#333",
  190. "selectedColor": "#EA4A41",
  191. "backgroundColor": "#FFFFFF",
  192. "list": [{
  193. "text": "首页",
  194. "pagePath": "pages/index/index",
  195. "iconPath": "static/index/tabbar/home.png",
  196. "selectedIconPath": "static/index/tabbar/home_active.png"
  197. },
  198. {
  199. "text": "我的",
  200. "pagePath": "pages/index-my/index-my",
  201. "iconPath": "static/index/tabbar/mine.png",
  202. "selectedIconPath": "static/index/tabbar/mine_active.png"
  203. }
  204. ]
  205. },
  206. "globalStyle": {
  207. "navigationBarTextStyle": "black",
  208. "navigationStyle": "custom",
  209. "app-plus": {
  210. "scrollIndicator": "none"
  211. },
  212. "h5": {
  213. "pullToRefresh": {
  214. "color": "#F76454"
  215. }
  216. }
  217. }
  218. }