pages.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. // "sitemapLocation": "sitemap.json",
  3. "pages": [
  4. {
  5. "path": "pages/index/index",
  6. "style": {
  7. "navigationBarTitleText": "林易婷"
  8. }
  9. },
  10. {
  11. "path": "pages/index/showWhoCollecMe",
  12. "style": {
  13. "navigationBarTitleText": "谁收藏了我"
  14. }
  15. },
  16. {
  17. "path": "pages/cardHolder/cardHolder",
  18. "style": {
  19. "navigationBarTitleText": "名片夹"
  20. }
  21. },
  22. {
  23. "path": "pages/index/chat",
  24. "style": {
  25. "navigationBarTitleText": "聊天"
  26. }
  27. },
  28. {
  29. "path": "pages/find/find",
  30. "style": {
  31. "navigationBarTitleText": "发现"
  32. }
  33. },
  34. {
  35. "path": "pages/more/more",
  36. "style": {
  37. "navigationBarTitleText": "营销"
  38. }
  39. },
  40. {
  41. "path": "pages/mine/mine",
  42. "style": {
  43. "navigationBarTitleText": "我的"
  44. }
  45. },
  46. {
  47. "path": "pages/mine/setSubscription",
  48. "style": {
  49. "navigationBarTitleText": "服务号提醒设置"
  50. }
  51. },
  52. {
  53. "path": "pages/mine/setServiceAutoReply",
  54. "style": {
  55. "navigationBarTitleText": "客服自动回复设置"
  56. }
  57. }
  58. ],
  59. "globalStyle": {
  60. "navigationBarTextStyle": "black",
  61. "navigationBarTitleText": "uni-app",
  62. "navigationBarBackgroundColor": "#F8F8F8",
  63. "backgroundColor": "#F8F8F8"
  64. },
  65. "tabBar": {
  66. "color": "#000",
  67. "selectedColor": "#50A9FA",
  68. "borderStyle": "black",
  69. "backgroundColor": "#fff",
  70. "width": "750rpx",
  71. "height": "98rpx",
  72. "list": [
  73. {
  74. "pagePath": "pages/index/index",
  75. "iconPath": "static/images/index_noSelect.png",
  76. "selectedIconPath": "static/images/index_selected.png",
  77. "text": "名片"
  78. },
  79. {
  80. "pagePath": "pages/cardHolder/cardHolder",
  81. "iconPath": "static/images/card_noSelect.png",
  82. "selectedIconPath": "static/images/card_selected.png",
  83. "text": "名片夹"
  84. },
  85. {
  86. "pagePath": "pages/find/find",
  87. "iconPath": "static/images/find_noSelect.png",
  88. "selectedIconPath": "static/images/find_select.png",
  89. "text": "发现"
  90. },
  91. {
  92. "pagePath": "pages/more/more",
  93. "iconPath": "static/images/more_noSelect.png",
  94. "selectedIconPath": "static/images/more_noSelect.png",
  95. "text": "营销工具"
  96. },
  97. {
  98. "pagePath": "pages/mine/mine",
  99. "iconPath": "static/images/mine_noSelect.png",
  100. "selectedIconPath": "static/images/mine_select.png",
  101. "text": "个人中心"
  102. }
  103. ]
  104. }
  105. }