智慧画屏客户端
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.

34 lines
1.1 KiB

3 years ago
3 years ago
3 years ago
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/login/login",
  5. "style" : {}
  6. },
  7. {
  8. "path" : "pages/bind/bind",
  9. "style" : {}
  10. },
  11. {
  12. "path": "pages/index/index",
  13. "style": {
  14. "navigationBarTitleText": "数字新视窗"
  15. }
  16. },
  17. {
  18. "path" : "pages/show/show",
  19. "style": {
  20. "navigationBarTitleText": "数字新视窗"
  21. }
  22. }
  23. ],
  24. "globalStyle": {
  25. // "navigationBarTextStyle": "black",
  26. // "navigationBarTitleText": "数字新视窗",
  27. // "navigationBarBackgroundColor": "#F8F8F8",
  28. // "backgroundColor": "#F8F8F8"
  29. "navigationStyle" : "custom",
  30. "rpxCalcMaxDeviceWidth": 1080, // rpx px 960
  31. "rpxCalcBaseDeviceWidth": 375, // rpx 使 rpx px 375
  32. "rpxCalcIncludeWidth": 750 // rpx rpx 750
  33. }
  34. }