|  | @@ -20,8 +20,7 @@ |  | @@ -20,8 +20,7 @@ | 
| 20 | "Contacts" : {}, | 20 | "Contacts" : {}, | 
| 21 | "OAuth" : {}, | 21 | "OAuth" : {}, | 
| 22 | "Messaging" : {}, | 22 | "Messaging" : {}, | 
| 23 | -            "FaceID" : {}, |  |  | 
| 24 | -            "Maps" : {} | 23 | +            "FaceID" : {} | 
| 25 | }, | 24 | }, | 
| 26 | "distribute" : { | 25 | "distribute" : { | 
| 27 | "android" : { | 26 | "android" : { | 
|  | @@ -51,9 +50,7 @@ |  | @@ -51,9 +50,7 @@ | 
| 51 | "<uses-permission android:name=\"android.permission.WRITE_SMS\"/>" | 50 | "<uses-permission android:name=\"android.permission.WRITE_SMS\"/>" | 
| 52 | ] | 51 | ] | 
| 53 | }, | 52 | }, | 
| 54 | -            "ios" : { |  |  | 
| 55 | -                "dSYMs" : false |  |  | 
| 56 | -            }, | 53 | +            "ios" : {}, | 
| 57 | "sdkConfigs" : { | 54 | "sdkConfigs" : { | 
| 58 | "ad" : {}, | 55 | "ad" : {}, | 
| 59 | "geolocation" : { | 56 | "geolocation" : { | 
|  | @@ -66,17 +63,16 @@ |  | @@ -66,17 +63,16 @@ | 
| 66 | "appkey_android" : "" | 63 | "appkey_android" : "" | 
| 67 | } | 64 | } | 
| 68 | }, | 65 | }, | 
| 69 | -                "maps" : { |  |  | 
| 70 | -                    "amap" : { |  |  | 
| 71 | -                        "appkey_ios" : "5221d1373233c782efac82fb176f7f7d", |  |  | 
| 72 | -                        "appkey_android" : "5221d1373233c782efac82fb176f7f7d" |  |  | 
| 73 | -                    } |  |  | 
| 74 | -                }, | 66 | +                "maps" : {}, | 
| 75 | "oauth" : {} | 67 | "oauth" : {} | 
| 76 | }, | 68 | }, | 
| 77 | "splashscreen" : { | 69 | "splashscreen" : { | 
| 78 | "androidStyle" : "default", | 70 | "androidStyle" : "default", | 
| 79 | -                "android" : {} | 71 | +                "android" : { | 
|  |  | 72 | +                    "hdpi" : "C:/Users/YunTeng/Pictures/logo.png", | 
|  |  | 73 | +                    "xhdpi" : "C:/Users/YunTeng/Pictures/logo.png", | 
|  |  | 74 | +                    "xxhdpi" : "C:/Users/YunTeng/Pictures/logo.png" | 
|  |  | 75 | +                } | 
| 80 | } | 76 | } | 
| 81 | } | 77 | } | 
| 82 | }, | 78 | }, | 
|  | @@ -85,17 +81,16 @@ |  | @@ -85,17 +81,16 @@ | 
| 85 | "appid" : "wx99c411dc3c5571ef", | 81 | "appid" : "wx99c411dc3c5571ef", | 
| 86 | "setting" : { | 82 | "setting" : { | 
| 87 | "urlCheck" : false, | 83 | "urlCheck" : false, | 
| 88 | -            "minified" : true, |  |  | 
| 89 | -            "es6" : true, | 84 | +            "minified" : false, | 
|  |  | 85 | +            "es6" : false, | 
| 90 | "postcss" : true | 86 | "postcss" : true | 
| 91 | }, | 87 | }, | 
| 92 | "usingComponents" : true, | 88 | "usingComponents" : true, | 
| 93 | "permission" : { | 89 | "permission" : { | 
| 94 | "scope.userLocation" : { | 90 | "scope.userLocation" : { | 
| 95 | -                "desc" : "如果没有位置信息则使用当前定位" | 91 | +                "desc" : "你的位置信息将用于小程序位置接口的效果展示" | 
| 96 | } | 92 | } | 
| 97 | }, | 93 | }, | 
| 98 | -        "requiredPrivateInfos" : [ "getLocation" ], |  |  | 
| 99 | "lazyCodeLoading" : "requiredComponents", | 94 | "lazyCodeLoading" : "requiredComponents", | 
| 100 | //开启分包优化 | 95 | //开启分包优化 | 
| 101 | "optimization" : { | 96 | "optimization" : { |