pages.json 864 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "enablePullDownRefresh": false
  8. }
  9. },
  10. {
  11. "path": "pages/mine/mine",
  12. "style": {
  13. "navigationBarTitleText": "我的",
  14. "enablePullDownRefresh": false
  15. }
  16. }
  17. ],
  18. "globalStyle": {
  19. "navigationBarTextStyle": "black",
  20. "navigationBarTitleText": "智能ETMF系统",
  21. "navigationBarBackgroundColor": "#F8F8F8",
  22. "backgroundColor": "#F8F8F8"
  23. },
  24. "tabBar": {
  25. "color": "#7A7E83",
  26. "selectedColor": "#3cc51f",
  27. "borderStyle": "black",
  28. "backgroundColor": "#ffffff",
  29. "list": [
  30. {
  31. "pagePath": "pages/index/index",
  32. "text": "首页"
  33. },
  34. {
  35. "pagePath": "pages/mine/mine",
  36. "text": "我的"
  37. }
  38. ]
  39. },
  40. "uniIdRouter": {}
  41. }