pages.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "pages": [{
  3. "path": "pages/cardHolder/cardHolder",
  4. "style": {
  5. "navigationBarTitleText": "电子名片",
  6. "enablePullDownRefresh": false
  7. }
  8. }, {
  9. "path": "pages/circle/circle",
  10. "style": {
  11. "navigationBarTitleText": "圈子",
  12. "enablePullDownRefresh": false
  13. }
  14. }, {
  15. "path": "pages/mySet/mySet",
  16. "style": {
  17. "navigationBarTitleText": "我的",
  18. "enablePullDownRefresh": false
  19. }
  20. }],
  21. "tabBar": {
  22. "custom": false,
  23. "color": "#656765",
  24. "selectedColor": "#000102",
  25. "borderStyle": "white",
  26. "backgroundColor": "#ffffff",
  27. "list": [{
  28. "pagePath": "pages/cardHolder/cardHolder",
  29. "iconPath": "static/11.png",
  30. "selectedIconPath": "static/1.png",
  31. "text": "电子名片"
  32. },
  33. {
  34. "pagePath": "pages/circle/circle",
  35. "iconPath": "static/11.png",
  36. "selectedIconPath": "static/1.png",
  37. "text": "圈子"
  38. },
  39. {
  40. "pagePath": "pages/mySet/mySet",
  41. "iconPath": "static/4.png",
  42. "selectedIconPath": "static/44.png",
  43. "text": "我的"
  44. }
  45. ]
  46. },
  47. "globalStyle": {
  48. "navigationBarTextStyle": "black",
  49. "navigationBarTitleText": "电子名片",
  50. "navigationBarBackgroundColor": "#F8F8F8",
  51. "backgroundColor": "#F8F8F8",
  52. "app-plus": {
  53. "background": "#efeff4"
  54. }
  55. }
  56. }