|
@@ -48,20 +48,20 @@
|
|
|
/* SDK配置 */
|
|
|
"quickapp" : {},
|
|
|
/* 快应用特有相关 */
|
|
|
- "mp-weixin": {
|
|
|
- "appid": "wxa03b5fb231b72b08",
|
|
|
- "setting": {
|
|
|
- "urlCheck": false,
|
|
|
- "minified": true,
|
|
|
- "postcss": true
|
|
|
- },
|
|
|
- "usingComponents": true,
|
|
|
- "permission": {
|
|
|
- "scope.userLocation": {
|
|
|
- "desc": "为用户提供给接送服务,需要定位信息"
|
|
|
- }
|
|
|
- },
|
|
|
- "requiredPrivateInfos": ["chooseLocation"]
|
|
|
- },
|
|
|
+ "mp-weixin" : {
|
|
|
+ "appid" : "wx4505a6ea6f703e17",
|
|
|
+ "setting" : {
|
|
|
+ "urlCheck" : false,
|
|
|
+ "minified" : true,
|
|
|
+ "postcss" : true
|
|
|
+ },
|
|
|
+ "usingComponents" : true,
|
|
|
+ "permission" : {
|
|
|
+ "scope.userLocation" : {
|
|
|
+ "desc" : "为用户提供给接送服务,需要定位信息"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "requiredPrivateInfos" : [ "chooseLocation" ]
|
|
|
+ },
|
|
|
"vueVersion" : "2"
|
|
|
}
|