pages.json 7.7 KB

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