微信小程序 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"
}
Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐