pages.json 6.2 KB

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