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

28 lines
1019 B

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. "globalStyle": {
  19. // "navigationBarTextStyle": "black",
  20. // "navigationBarTitleText": "数字新视窗",
  21. // "navigationBarBackgroundColor": "#F8F8F8",
  22. // "backgroundColor": "#F8F8F8"
  23. "navigationStyle" : "custom",
  24. "rpxCalcMaxDeviceWidth": 1080, // rpx px 960
  25. "rpxCalcBaseDeviceWidth": 375, // rpx 使 rpx px 375
  26. "rpxCalcIncludeWidth": 750 // rpx rpx 750
  27. }
  28. }