pages.json 815 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/home/index",
  5. "style": {
  6. "navigationBarTitleText": "仪器首页"
  7. }
  8. },
  9. {
  10. "path": "pages/setting/index",
  11. "style": {
  12. "navigationBarTitleText": "设置"
  13. }
  14. },
  15. {
  16. "path": "pages/face/index",
  17. "style": {
  18. "navigationBarTitleText": "人脸登录"
  19. }
  20. },
  21. {
  22. "path": "pages/face/openInstrFace",
  23. "style": {
  24. "navigationBarTitleText": "人脸登录"
  25. }
  26. }
  27. ],
  28. "globalStyle": {
  29. "navigationBarTextStyle": "black",
  30. "navigationBarTitleText": "uni-app",
  31. "navigationBarBackgroundColor": "#F8F8F8",
  32. "backgroundColor": "#F8F8F8",
  33. "pageOrientation": "landscape",
  34. "app-plus": {
  35. "titleNView": false
  36. },
  37. "rpxCalcMaxDeviceWidth": 1920
  38. }
  39. }