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.

64 lines
1.2 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. "path" : "pages/morningMarketAnalysis/morningMarketAnalysis",
  50. "style" :
  51. {
  52. "navigationBarTitleText" : ""
  53. }
  54. }
  55. ],
  56. "globalStyle": {
  57. "navigationBarTextStyle": "black",
  58. "navigationBarTitleText": "uni-app",
  59. "navigationBarBackgroundColor": "#F8F8F8",
  60. "backgroundColor": "#F8F8F8",
  61. "app-plus": {
  62. "background": "#efeff4"
  63. }
  64. }
  65. }