pages.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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/settings",
  18. "style": {
  19. "navigationBarTitleText": "服务器配置",
  20. "navigationBarBackgroundColor": "#0039a6",
  21. "navigationBarTextStyle": "white"
  22. }
  23. },
  24. {
  25. "path": "pages/sample/richAlert",
  26. "style": {
  27. "navigationBarTitleText": "蓝牙设置",
  28. "navigationBarBackgroundColor": "#0039a6",
  29. "navigationBarTextStyle": "white",
  30. "app-plus": {
  31. "bounce": "none",
  32. "titleNView": false
  33. },
  34. "style": {
  35. "navigationStyle": "custom",
  36. "app-plus": {
  37. "bounce": "none",
  38. "titleNView": false
  39. }
  40. }
  41. }
  42. }
  43. ],
  44. "globalStyle": {
  45. "navigationBarTextStyle": "black",
  46. "navigationBarTitleText": "uni-app",
  47. "navigationBarBackgroundColor": "#F8F8F8",
  48. "backgroundColor": "#F8F8F8"
  49. }
  50. }