pages.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "首页"
  6. }
  7. },{
  8. "path" : "pages/checkList/checkList",
  9. "style" :
  10. {
  11. "navigationBarTitleText": "清单",
  12. "enablePullDownRefresh": false
  13. }
  14. },
  15. {
  16. "path" : "pages/login/index",
  17. "style" :
  18. {
  19. "navigationBarTitleText": "清单",
  20. "enablePullDownRefresh": false
  21. }
  22. },
  23. {
  24. "path" : "pages/riskPiont/riskPiont",
  25. "style" :
  26. {
  27. "navigationBarTitleText": "风险点",
  28. "enablePullDownRefresh": false
  29. }
  30. }
  31. ],
  32. "globalStyle": {
  33. "navigationBarTextStyle": "black",
  34. "navigationBarTitleText": "智慧医院",
  35. "navigationBarBackgroundColor": "#F8F8F8",
  36. "backgroundColor": "#F8F8F8",
  37. "app-plus": {
  38. "background": "#efeff4"
  39. }
  40. }
  41. }