diff --git a/manifest.json b/manifest.json index be19db8..ba79dd3 100644 --- a/manifest.json +++ b/manifest.json @@ -41,9 +41,13 @@ ] }, /* ios打包配置 */ - "ios" : {}, + "ios" : { + "dSYMs" : false + }, /* SDK配置 */ - "sdkConfigs" : {} + "sdkConfigs" : { + "ad" : {} + } } }, /* 快应用特有相关 */ diff --git a/pages/index/components/drivingLicence.vue b/pages/index/components/drivingLicence.vue index b388c35..f5ef557 100644 --- a/pages/index/components/drivingLicence.vue +++ b/pages/index/components/drivingLicence.vue @@ -1,6 +1,6 @@