pages.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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. }
  76. }, {
  77. "path": "pages/patientDetail/patientDetail",
  78. "style": {
  79. "h5": {
  80. "titleNView": false
  81. },
  82. "navigationBarTitleText": "患者详情",
  83. "navigationBarBackgroundColor": "#2C2D31"
  84. }
  85. }, {
  86. "path": "pages/patientBuild/patientBuild",
  87. "style": {
  88. "h5": {
  89. "titleNView": false
  90. },
  91. "navigationBarTitleText": "建单",
  92. "navigationBarBackgroundColor": "#2C2D31"
  93. }
  94. }, {
  95. "path": "pages/appointmentInspect/appointmentInspect",
  96. "style": {
  97. "h5": {
  98. "titleNView": false
  99. },
  100. "navigationBarTitleText": "预约检查",
  101. "navigationBarBackgroundColor": "#2C2D31"
  102. }
  103. }
  104. ],
  105. "globalStyle": {
  106. "navigationBarTextStyle": "white",
  107. "navigationBarTitleText": "医疗服务中心转运系统",
  108. "navigationBarBackgroundColor": "#353639",
  109. "backgroundColor": "#F8F8F8",
  110. "app-plus": {
  111. "background": "#efeff4"
  112. }
  113. }
  114. }