pages.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. ],
  48. "globalStyle": {
  49. "navigationBarTextStyle": "white",
  50. "navigationBarTitleText": "医疗服务中心转运系统",
  51. "navigationBarBackgroundColor": "#353639",
  52. "backgroundColor": "#F8F8F8",
  53. "app-plus": {
  54. "background": "#efeff4"
  55. }
  56. }
  57. }