pages.json 791 B

12345678910111213141516171819202122232425262728293031323334
  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. ],
  23. "globalStyle": {
  24. "navigationBarTextStyle": "white",
  25. "navigationBarTitleText": "医疗服务中心转运系统",
  26. "navigationBarBackgroundColor": "#353639",
  27. "backgroundColor": "#F8F8F8",
  28. "app-plus": {
  29. "background": "#efeff4"
  30. }
  31. }
  32. }