在app.json文件中添加json对象 2-5个导航
"tabBar": { "backgroundColor": "#ffa700", //背景色 "color": "#fff", //文字颜色 "selectedColor": "lightblue", //选中时文字颜色 "list": [ { "pagePath": "pages/index/index", //页面对应地址 "text": "首页", //页面标题 "iconPath": "img/icon1.png", //小图标 "selectedIconPath": "img/icon1h.png" //选中时所显示的小图标 }, { "pagePath": "pages/init/init", "text": "详情页", "iconPath": "img/icon2.png", "selectedIconPath": "img/icon2h.png" } ] }