pages.json 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/tabBar/index",
  7. "style": {
  8. "navigationBarTitleText": "润护通",
  9. "enablePullDownRefresh": true,
  10. "enableShareAppMessage": true // 开启分享
  11. }
  12. }, {
  13. "path": "pages/tabBar/order",
  14. "style": {
  15. "navigationBarTitleText": "我的订单",
  16. "enablePullDownRefresh": true
  17. }
  18. }, {
  19. "path": "pages/order/orderDetails",
  20. "style": {
  21. "navigationBarTitleText": "订单详情",
  22. "enablePullDownRefresh": true
  23. }
  24. }, {
  25. "path": "pages/tabBar/mine",
  26. "style": {
  27. "navigationBarTitleText": "我的",
  28. "enablePullDownRefresh": true
  29. }
  30. }, {
  31. "path": "pages/order/placeAnOrder",
  32. "style": {
  33. "navigationBarTitleText": "下单"
  34. }
  35. }, {
  36. "path": "pages/order/chooseService",
  37. "style": {
  38. "navigationBarTitleText": "选择服务"
  39. }
  40. }, {
  41. "path": "pages/login/index",
  42. "style": {
  43. "navigationBarTitleText": "登录"
  44. }
  45. }, {
  46. "path": "pages/web-view/web",
  47. "style": {
  48. "navigationBarTitleText": "第三方网站"
  49. }
  50. }],
  51. "subpackages": [
  52. // {
  53. // "root": "pages/order",
  54. // "pages": [{
  55. // "path": "orderDetails",
  56. // "style": {
  57. // "navigationBarTitleText": "订单详情",
  58. // "navigationStyle": "custom",
  59. // "navigationBarTextStyle": "white"
  60. // }
  61. // },
  62. // {
  63. // "path": "applicationDrawback",
  64. // "style": {
  65. // "navigationBarTitleText": "申请退款",
  66. // "navigationStyle": "custom",
  67. // "navigationBarTextStyle": "white"
  68. // }
  69. // }
  70. // ]
  71. // },
  72. {
  73. "root": "pages/mine",
  74. "pages": [{
  75. "path": "personalDetails",
  76. "style": {
  77. "navigationBarTitleText": "个人信息",
  78. "navigationStyle": "custom",
  79. "navigationBarTextStyle": "white"
  80. }
  81. }, {
  82. "path": "patient/patient",
  83. "style": {
  84. "navigationBarTitleText": "就诊人"
  85. }
  86. }, {
  87. "path": "patient/form",
  88. "style": {
  89. "navigationBarTitleText": "就诊人信息"
  90. }
  91. },
  92. {
  93. "path": "privacy",
  94. "style": {
  95. "navigationBarTitleText": "协议详情"
  96. }
  97. },
  98. {
  99. "path": "helpCenter",
  100. "style": {
  101. "navigationBarTitleText": "帮助中心"
  102. }
  103. },
  104. {
  105. "path": "agreement",
  106. "style": {
  107. "navigationBarTitleText": "协议",
  108. "navigationStyle": "custom"
  109. }
  110. }
  111. // {
  112. // "path": "myRedEn",
  113. // "style": {
  114. // "navigationBarTitleText": "我的红包",
  115. // "navigationStyle": "custom",
  116. // "navigationBarTextStyle": "white",
  117. // "enablePullDownRefresh": true
  118. // }
  119. // },
  120. // {
  121. // "path": "myFavorite",
  122. // "style": {
  123. // "navigationBarTitleText": "我的收藏",
  124. // "navigationStyle": "custom",
  125. // "navigationBarTextStyle": "white"
  126. // }
  127. // },
  128. // {
  129. // "path": "promotionCenter",
  130. // "style": {
  131. // "navigationBarTitleText": "推广中心",
  132. // "navigationStyle": "custom",
  133. // "navigationBarTextStyle": "white"
  134. // }
  135. // },
  136. // {
  137. // "path": "withdrawDeposit",
  138. // "style": {
  139. // "navigationBarTitleText": "提现",
  140. // "navigationStyle": "custom",
  141. // "navigationBarTextStyle": "white"
  142. // }
  143. // },
  144. // {
  145. // "path": "detail",
  146. // "style": {
  147. // "navigationBarTitleText": "明细",
  148. // "navigationStyle": "custom",
  149. // "navigationBarTextStyle": "white",
  150. // "enablePullDownRefresh": true
  151. // }
  152. // },
  153. // {
  154. // "path": "promotionOrder",
  155. // "style": {
  156. // "navigationBarTitleText": "推广订单",
  157. // "navigationStyle": "custom",
  158. // "navigationBarTextStyle": "white",
  159. // "enablePullDownRefresh": true
  160. // }
  161. // },
  162. // {
  163. // "path": "poster",
  164. // "style": {
  165. // "navigationBarTitleText": "推广海报",
  166. // "navigationStyle": "custom",
  167. // "navigationBarTextStyle": "white"
  168. // }
  169. // },
  170. // {
  171. // "path": "promoteUsers",
  172. // "style": {
  173. // "navigationBarTitleText": "推广用户",
  174. // "navigationStyle": "custom",
  175. // "navigationBarTextStyle": "white",
  176. // "enablePullDownRefresh": true
  177. // }
  178. // },
  179. // {
  180. // "path": "set",
  181. // "style": {
  182. // "navigationBarTitleText": "设置",
  183. // "navigationStyle": "custom",
  184. // "navigationBarTextStyle": "white"
  185. // }
  186. // },
  187. // {
  188. // "path": "news",
  189. // "style": {
  190. // "navigationBarTitleText": "通知消息",
  191. // "navigationStyle": "custom",
  192. // "navigationBarTextStyle": "white",
  193. // "enablePullDownRefresh": true
  194. // }
  195. // },
  196. // {
  197. // "path": "exchangeOrder",
  198. // "style": {
  199. // "navigationBarTitleText": "兑换订单",
  200. // "navigationStyle": "custom",
  201. // "navigationBarTextStyle": "white"
  202. // }
  203. // },
  204. // {
  205. // "path": "exchangeOrderDetails",
  206. // "style": {
  207. // "navigationBarTitleText": "兑换订单详情",
  208. // "navigationStyle": "custom",
  209. // "navigationBarTextStyle": "white"
  210. // }
  211. // },
  212. // {
  213. // "path": "evaluate",
  214. // "style": {
  215. // "navigationBarTitleText": "评价",
  216. // "navigationStyle": "custom",
  217. // "navigationBarTextStyle": "white"
  218. // }
  219. // },
  220. // {
  221. // "path": "logisticsInfo",
  222. // "style": {
  223. // "navigationBarTitleText": "物流信息",
  224. // "navigationStyle": "custom",
  225. // "navigationBarTextStyle": "white"
  226. // }
  227. // },
  228. ]
  229. }
  230. ],
  231. "preloadSubpackages": true,
  232. "globalStyle": {
  233. "navigationBarTextStyle": "black",
  234. "navigationBarTitleText": "uni-app",
  235. "navigationBarBackgroundColor": "#F8F8F8",
  236. "backgroundColor": "#F8F8F8"
  237. },
  238. "tabBar": {
  239. "color": "#333333",
  240. "backgroundColor": "#ffffff",
  241. "selectedColor": "#1A56A6",//选中时字体颜色
  242. "list": [{
  243. "pagePath": "pages/tabBar/index",
  244. "iconPath": "/static/tabBar/home.png",
  245. "selectedIconPath": "/static/tabBar/home-active.png",
  246. "text": "首页"
  247. },
  248. {
  249. "pagePath": "pages/tabBar/order",
  250. "iconPath": "/static/tabBar/order.png",
  251. "selectedIconPath": "/static/tabBar/order-active.png",
  252. "text": "订单"
  253. },
  254. {
  255. "pagePath": "pages/tabBar/mine",
  256. "iconPath": "/static/tabBar/mine.png",
  257. "selectedIconPath": "/static/tabBar/mine-active.png",
  258. "text": "我的"
  259. }
  260. ]
  261. },
  262. "uniIdRouter": {}
  263. }