聚星移动端

pages.json 946B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "navigationBarTitleText": "首页"
  8. }
  9. },
  10. {
  11. "path": "pages/login/login",
  12. "style": {
  13. "navigationStyle": "custom",
  14. "navigationBarTitleText": "登录"
  15. }
  16. },
  17. {
  18. "path": "pages/index/multiDay",
  19. "style": {
  20. "navigationStyle": "custom",
  21. "navigationBarTitleText": "流量助推",
  22. "disableScroll": true
  23. }
  24. },
  25. {
  26. "path": "pages/index/detialIndex",
  27. "style": {
  28. "navigationStyle": "custom",
  29. "navigationBarTitleText": "流量助推详情",
  30. "disableScroll": true
  31. }
  32. }
  33. ],
  34. "globalStyle": {
  35. "navigationBarTextStyle": "white",
  36. "navigationBarTitleText": "聚星数据",
  37. "navigationBarBackgroundColor": "#333947",
  38. "backgroundColor": "#333947"
  39. },
  40. "app-plus":{"titleNView": false}
  41. }