pages.json 1.0 KB

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