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.

57 lines
1.1 KiB

  1. {
  2. "pages": [
  3. {
  4. "path": "pages/home/home",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "disableSwipeBack": true,
  8. "titleNView": false,
  9. "bounce": false
  10. }
  11. },
  12. {
  13. "path": "pages/home/marketSituation",
  14. "style": {
  15. "navigationStyle": "custom",
  16. "disableSwipeBack": true,
  17. "titleNView": false,
  18. "bounce": false
  19. }
  20. },
  21. {
  22. "path": "pages/home/deepMate",
  23. "style": {
  24. "navigationStyle": "custom",
  25. "disableSwipeBack": true,
  26. "titleNView": false,
  27. "bounce": false
  28. }
  29. },
  30. {
  31. "path": "pages/home/deepExploration",
  32. "style": {
  33. "navigationStyle": "custom",
  34. "disableSwipeBack": true,
  35. "titleNView": false,
  36. "bounce": false
  37. }
  38. },
  39. {
  40. "path": "pages/home/member",
  41. "style": {
  42. "navigationStyle": "custom",
  43. "disableSwipeBack": true,
  44. "titleNView": false,
  45. "bounce": false
  46. }
  47. }
  48. ],
  49. "globalStyle": {
  50. "navigationBarTextStyle": "black",
  51. "navigationBarTitleText": "uni-app",
  52. "navigationBarBackgroundColor": "#F8F8F8",
  53. "backgroundColor": "#F8F8F8",
  54. "app-plus": {
  55. "background": "#efeff4"
  56. }
  57. }
  58. }