pages.json 1.2 KB

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