pages.json 971 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. ],
  29. "globalStyle": {
  30. "navigationBarTextStyle": "white",
  31. "navigationBarTitleText": "医疗服务中心转运系统",
  32. "navigationBarBackgroundColor": "#353639",
  33. "backgroundColor": "#F8F8F8",
  34. "app-plus": {
  35. "background": "#efeff4"
  36. }
  37. }
  38. }