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