pages.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. }
  33. }
  34. ],
  35. "globalStyle": {
  36. "navigationBarTextStyle": "white",
  37. "navigationBarTitleText": "医疗服务中心转运系统",
  38. "navigationBarBackgroundColor": "#353639",
  39. "backgroundColor": "#F8F8F8",
  40. "app-plus": {
  41. "background": "#efeff4"
  42. }
  43. }
  44. }