pages.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "pages": [{
  3. "path": "pages/login/login",
  4. "style": {
  5. "navigationBarTitleText": "登录"
  6. }
  7. },
  8. {
  9. "path": "pages/index/index",
  10. "style": {
  11. "navigationBarTitleText": "首页",
  12. "navigationBarBackgroundColor": "#49B856",
  13. "enablePullDownRefresh": true
  14. }
  15. }, {
  16. "path": "pages/quickCreateOrder/quickCreateOrder",
  17. "style": {
  18. "navigationBarTitleText": "快捷建单",
  19. "navigationBarBackgroundColor": "#2C2D31"
  20. }
  21. }, {
  22. "path": "pages/searchDept/searchDept",
  23. "style": {
  24. "navigationBarTitleText": "选择科室",
  25. "navigationBarBackgroundColor": "#2C2D31"
  26. }
  27. }, {
  28. "path": "pages/orderList/orderList",
  29. "style": {
  30. "navigationBarTitleText": "工单列表",
  31. "navigationBarBackgroundColor": "#2C2D31",
  32. "enablePullDownRefresh": true
  33. }
  34. }, {
  35. "path": "pages/orderDetail/orderDetail",
  36. "style": {
  37. "navigationBarTitleText": "工单详情",
  38. "navigationBarBackgroundColor": "#2C2D31"
  39. }
  40. }, {
  41. "path": "pages/detail/detail",
  42. "style": {
  43. "navigationBarTitleText": "详情",
  44. "navigationBarBackgroundColor": "#2C2D31"
  45. }
  46. }, {
  47. "path": "pages/patientList/patientList",
  48. "style": {
  49. "navigationBarTitleText": "患者列表",
  50. "navigationBarBackgroundColor": "#2C2D31"
  51. }
  52. }, {
  53. "path": "pages/patientDetail/patientDetail",
  54. "style": {
  55. "navigationBarTitleText": "患者详情",
  56. "navigationBarBackgroundColor": "#2C2D31"
  57. }
  58. }
  59. ],
  60. "globalStyle": {
  61. "navigationBarTextStyle": "white",
  62. "navigationBarTitleText": "医疗服务中心转运系统",
  63. "navigationBarBackgroundColor": "#353639",
  64. "backgroundColor": "#F8F8F8",
  65. "app-plus": {
  66. "background": "#efeff4"
  67. }
  68. }
  69. }