智慧画屏客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.1 KiB

3 years ago
3 years ago
3 years ago
3 years ago
  1. {
  2. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "数字新视窗"
  7. }
  8. },
  9. {
  10. "path" : "pages/login/login",
  11. "style" : {}
  12. },
  13. {
  14. "path" : "pages/bind/bind",
  15. "style" : {}
  16. },
  17. {
  18. "path" : "pages/show/show",
  19. "style" : {}
  20. },
  21. {
  22. "path" : "pages/show/show2",
  23. "style" : {}
  24. }
  25. ],
  26. "globalStyle": {
  27. // "navigationBarTextStyle": "black",
  28. // "navigationBarTitleText": "数字新视窗",
  29. // "navigationBarBackgroundColor": "#F8F8F8",
  30. // "backgroundColor": "#F8F8F8"
  31. "navigationStyle" : "custom",
  32. "rpxCalcMaxDeviceWidth": 1080, // rpx px 960
  33. "rpxCalcBaseDeviceWidth": 375, // rpx 使 rpx px 375
  34. "rpxCalcIncludeWidth": 750 // rpx rpx 750
  35. }
  36. }