微信小程序 app.json 配置
微信小程序 app.json 配置app.json 常规代码如下 [针对于全站的设置]{pages:[pages/index/index,],window:{backgroundTextStyle:light,navigationBarBackgroundColor:#DD2034,navigationBarTitleText:小程序标题 ,navigationBarTextStyle:white},//直播插件plugins:{live-player-plugin:{version:1.2.5,provider:wx2b03c6e691cd7370}},tabBar:{color:#a9b7b7,selectedColor:#E52D2D,borderStyle:black,list:[{selectedIconPath:img/index_11.jpg,iconPath:img/index_111.jpg,pagePath:pages/index/index,text:首页},{selectedIconPath:img/my.jpg,iconPath:img/my_1.jpg,pagePath:pages/my/my,text:我的}]},permission:{scope.userLocation:{desc:需要获取您的地理位置}},sitemapLocation:sitemap.json}