pages.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. {
  2. "pages": [{
  3. "path": "pages/login/login",
  4. "style": {
  5. "h5": {
  6. "titleNView": false
  7. },
  8. "navigationBarTitleText": "登录"
  9. }
  10. },
  11. {
  12. "path": "pages/index/index",
  13. "style": {
  14. "h5": {
  15. "titleNView": false
  16. },
  17. "navigationBarTitleText": "首页",
  18. "navigationBarBackgroundColor": "#49B856",
  19. "enablePullDownRefresh": true
  20. }
  21. }, {
  22. "path": "pages/quickCreateOrder/quickCreateOrder",
  23. "style": {
  24. "h5": {
  25. "titleNView": false
  26. },
  27. "navigationBarTitleText": "快捷建单",
  28. "navigationBarBackgroundColor": "#2C2D31"
  29. }
  30. }, {
  31. "path": "pages/searchDept/searchDept",
  32. "style": {
  33. "h5": {
  34. "titleNView": false
  35. },
  36. "navigationBarTitleText": "选择科室",
  37. "navigationBarBackgroundColor": "#2C2D31"
  38. }
  39. }, {
  40. "path": "pages/orderList/orderList",
  41. "style": {
  42. "h5": {
  43. "titleNView": false
  44. },
  45. "navigationBarTitleText": "工单列表",
  46. "navigationBarBackgroundColor": "#2C2D31",
  47. "enablePullDownRefresh": true
  48. }
  49. }, {
  50. "path": "pages/orderDetail/orderDetail",
  51. "style": {
  52. "h5": {
  53. "titleNView": false
  54. },
  55. "navigationBarTitleText": "工单详情",
  56. "navigationBarBackgroundColor": "#2C2D31"
  57. }
  58. }, {
  59. "path": "pages/detail/detail",
  60. "style": {
  61. "h5": {
  62. "titleNView": false
  63. },
  64. "navigationBarTitleText": "详情",
  65. "navigationBarBackgroundColor": "#2C2D31"
  66. }
  67. }, {
  68. "path": "pages/patientList/patientList",
  69. "style": {
  70. "h5": {
  71. "titleNView": false
  72. },
  73. "navigationBarTitleText": "患者列表",
  74. "navigationBarBackgroundColor": "#2C2D31",
  75. "enablePullDownRefresh": true
  76. }
  77. }, {
  78. "path": "pages/patientDetail/patientDetail",
  79. "style": {
  80. "h5": {
  81. "titleNView": false
  82. },
  83. "navigationBarTitleText": "患者详情",
  84. "navigationBarBackgroundColor": "#2C2D31"
  85. }
  86. }, {
  87. "path": "pages/patientBuild/patientBuild",
  88. "style": {
  89. "h5": {
  90. "titleNView": false
  91. },
  92. "navigationBarTitleText": "建单",
  93. "navigationBarBackgroundColor": "#2C2D31"
  94. }
  95. }, {
  96. "path": "pages/appointmentInspect/appointmentInspect",
  97. "style": {
  98. "h5": {
  99. "titleNView": false
  100. },
  101. "navigationBarTitleText": "预约检查",
  102. "navigationBarBackgroundColor": "#2C2D31"
  103. }
  104. }, {
  105. "path": "pages/patientBuildConfirm/patientBuildConfirm",
  106. "style": {
  107. "h5": {
  108. "titleNView": false
  109. },
  110. "navigationBarTitleText": "建单",
  111. "navigationBarBackgroundColor": "#2C2D31"
  112. }
  113. }, {
  114. "path": "pages/personalCenter/personalCenter",
  115. "style": {
  116. "h5": {
  117. "titleNView": false
  118. },
  119. "navigationBarTitleText": "我的",
  120. "navigationBarBackgroundColor": "#2C2D31"
  121. }
  122. }, {
  123. "path": "pages/specimenList/specimenList",
  124. "style": {
  125. "h5": {
  126. "titleNView": false
  127. },
  128. "navigationBarTitleText": "标本列表",
  129. "navigationBarBackgroundColor": "#2C2D31",
  130. "enablePullDownRefresh": true
  131. }
  132. }, {
  133. "path": "pages/search/search",
  134. "style": {
  135. "h5": {
  136. "titleNView": false
  137. },
  138. "navigationBarTitleText": "搜索",
  139. "navigationBarBackgroundColor": "#2C2D31",
  140. "enablePullDownRefresh": true
  141. }
  142. }
  143. ],
  144. "globalStyle": {
  145. "navigationBarTextStyle": "white",
  146. "navigationBarTitleText": "医疗服务中心转运系统",
  147. "navigationBarBackgroundColor": "#353639",
  148. "backgroundColor": "#F8F8F8",
  149. "app-plus": {
  150. "background": "#efeff4"
  151. }
  152. }
  153. }