pages.json 901 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/sample/webView",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "app-plus": {
  8. "titleNView": false,
  9. "webviewParameter": {
  10. "addressBar": false,
  11. "toolbar": false
  12. }
  13. }
  14. }
  15. },
  16. {
  17. "path": "pages/sample/richAlert",
  18. "style": {
  19. "navigationBarTitleText": "蓝牙设置",
  20. "navigationBarBackgroundColor": "#0039a6",
  21. "navigationBarTextStyle": "white",
  22. "app-plus": {
  23. "bounce": "none",
  24. "titleNView": false
  25. },
  26. "style": {
  27. "navigationStyle": "custom",
  28. "app-plus": {
  29. "bounce": "none",
  30. "titleNView": false
  31. }
  32. }
  33. }
  34. }
  35. ],
  36. "globalStyle": {
  37. "navigationBarTextStyle": "black",
  38. "navigationBarTitleText": "uni-app",
  39. "navigationBarBackgroundColor": "#F8F8F8",
  40. "backgroundColor": "#F8F8F8"
  41. }
  42. }