pages.json 626 B

12345678910111213141516171819202122232425262728
  1. {
  2. "pages": [{
  3. "path": "pages/start/start",
  4. "style": {
  5. }
  6. },{
  7. "path": "pages/index/index1",
  8. "style": {
  9. "navigationBarTitleText": "数智化产线AI视觉识别系统"
  10. }
  11. },{
  12. "path": "pages/index/index2",
  13. "style": {
  14. "navigationBarTitleText": "数智化产线AI视觉识别系统"
  15. }
  16. }],
  17. "globalStyle": {
  18. "navigationStyle": "custom",
  19. "navigationBarTextStyle": "black",
  20. "navigationBarTitleText": "数智化产线AI视觉识别系统",
  21. "navigationBarBackgroundColor": "#F8F8F8",
  22. "backgroundColor": "#F8F8F8",
  23. "pageOrientation": "landscape",
  24. "app-plus": {
  25. "background": "#efeff4"
  26. }
  27. }
  28. }