Newer
Older
HydrantApplet / miniprogram / app.json
zhout on 4 Mar 2021 645 bytes first commit
{
  "cloud": true,
  "pages": [
    "pages/login/login",
    "pages/applog/applog",
    "pages/message/message"
  ],
  "window": {
    "backgroundColor": "#FF8989",
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#FF8989",
    "navigationBarTitleText": "消防栓防盗水",
    "navigationBarTextStyle": "black"
  },
  "sitemapLocation": "sitemap.json",
  "permission": {
    "scope.userLocation": {
      "desc": "你的位置信息将用于小程序位置接口的效果展示"
    }
  },
  "networkTimeout": {
    "request": 30000,
    "connectSocket": 30000,
    "uploadFile": 30000,
    "downloadFile": 30000
  }
}