diff --git a/components/productConSwiper/index.vue b/components/productConSwiper/index.vue
index a1cabed..9e96eee 100644
--- a/components/productConSwiper/index.vue
+++ b/components/productConSwiper/index.vue
@@ -24,7 +24,7 @@
-
+
diff --git a/manifest.json b/manifest.json
index b76d1bf..39f70a8 100644
--- a/manifest.json
+++ b/manifest.json
@@ -25,8 +25,7 @@
"Payment" : {},
"Share" : {},
"iBeacon" : {},
- "Geolocation" : {},
- "Maps" : {}
+ "Geolocation" : {}
},
"safearea" : {
"bottom" : {
@@ -57,7 +56,6 @@
"",
"",
"",
- "",
""
],
"abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
@@ -67,7 +65,8 @@
},
"permissionPhoneState" : {
"request" : "none" //拨打电话权限关闭
- }
+ },
+ "targetSdkVersion" : 33
},
/* ios打包配置 */
"ios" : {
@@ -78,7 +77,8 @@
"NSLocationWhenInUseUsageDescription" : "根据客户地理位置推荐最近门店",
"NSLocationAlwaysUsageDescription" : "根据客户地理位置推荐最近门店"
},
- "idfa" : false
+ "idfa" : false,
+ "dSYMs" : false
},
/* SDK配置 */
"sdkConfigs" : {
@@ -95,22 +95,20 @@
},
"share" : {
"weixin" : {
- "appid" : "",
+ "appid" : "wx72eaeef6bbcc9172",
"UniversalLinks" : "https://mer.crmeb.net/"
}
},
"geolocation" : {
- "amap" : {
- "__platform__" : [ "ios", "android" ],
- "appkey_ios" : "",
- "appkey_android" : ""
+ "system" : {
+ "__platform__" : [ "ios", "android" ]
}
},
"push" : {},
"oauth" : {
"apple" : {},
"weixin" : {
- "appid" : "",
+ "appid" : "wx72eaeef6bbcc9172",
"appsecret" : "",
"UniversalLinks" : "https://mer.crmeb.net/"
}