app.json:
{ "pages":[ "pages/index/index", "pages/home/home", "pages/msg/msg", "pages/logs/logs" ], "window":{ "backgroundTextStyle":"light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "Weixin", "navigationBarTextStyle":"black" }, "tabBar": { "color": "#000000", "list": [{ "pagePath": "pages/home/home", "text": "home", "iconPath": "/pages/img/首页.png", "selectedIconPath": "/pages/img/首页.png" },{ "pagePath": "pages/index/index", "text": "mine", "iconPath": "/pages/img/我的.png", "selectedIconPath": "/pages/img/我的.png" },{ "pagePath": "pages/msg/msg", "text": "text", "iconPath": "/pages/img/消息.png", "selectedIconPath": "/pages/img/消息.png" }] }, "style": "v2", "sitemapLocation": "sitemap.json" } 标签:index,img,text,home,2.23,pages,png From: https://www.cnblogs.com/creeperrr/p/17146648.html