Blame view

member-miniapp/manifest.json 571 Bytes
5f2c4d97   “wangming”   Add billing amoun...
1
  {
5c34676a   “wangming”   对会员端进行了设计
2
3
4
5
6
7
8
9
10
11
12
13
14
    "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
5f2c4d97   “wangming”   Add billing amoun...
15
      },
e1dcb3a0   “wangming”   1
16
17
18
19
20
21
22
23
24
      "usingComponents": true,
      "permission": {
        "scope.userLocation": {
          "desc": "用于展示附近门店并按距离排序"
        }
      },
      "requiredPrivateInfos": [
        "getLocation"
      ]
5c34676a   “wangming”   对会员端进行了设计
25
    }
5f2c4d97   “wangming”   Add billing amoun...
26
  }