manifest.json 571 Bytes
{
  "name": "绿纤美业会员端",
  "appid": "__UNI__LVQIAN_MEMBER",
  "description": "绿纤美业会员微信小程序前端",
  "versionName": "1.0.0",
  "versionCode": "100",
  "transformPx": false,
  "mp-weixin": {
    "appid": "",
    "setting": {
      "urlCheck": false,
      "es6": true,
      "postcss": true,
      "minified": true
    },
    "usingComponents": true,
    "permission": {
      "scope.userLocation": {
        "desc": "用于展示附近门店并按距离排序"
      }
    },
    "requiredPrivateInfos": [
      "getLocation"
    ]
  }
}