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

38 lines
1.2 KiB

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