"tabBar": {
     "color":"white",//底部bar字体颜色
     "selectedColor": "blue",//字体选中颜色
     "backgroundColor": "#BFEABC",//bar整体背景颜色
     "borderStyle": "black",//bar上方border颜色
    "list": [
       {
      "pagePath": "pages/index/index",//bar路径配置
      "text": "首页",//bar名称
      "iconPath": "img/news.png",//icon路径
      "selectedIconPath": "img/news-sel.png"//icon选中后路径
    },
      {
      "pagePath": "pages/logs/logs",
      "text": "日志页面",
      "iconPath": "img/news.png",
      "selectedIconPath": "img/news-sel.png"
    },
    {
      "pagePath": "pages/news/news",
      "text": "新闻页面",
      "iconPath": "img/home.png",
      "selectedIconPath": "img/home-sel.png"
    }
    ]
  },

 参考icon 阿里巴巴矢量图库:http://iconfont.cn/

相关文章:

  • 2022-12-23
  • 2021-10-01
  • 2021-10-16
  • 2021-11-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-16
  • 2022-03-01
  • 2021-12-26
  • 2022-12-23
  • 2021-07-17
  • 2021-11-17
相关资源
相似解决方案