From 8356b2061afe1c3bf84d559c29603614e3c823fb Mon Sep 17 00:00:00 2001
From: liuyf <liuyongfa@weixiuhui.cn>
Date: Mon, 17 May 2021 09:33:11 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E6=8E=A5=E5=85=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/manifest.json | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/manifest.json b/src/manifest.json
index 1dd1ca5..f7fb944 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -53,6 +53,9 @@
             "ios" : {},
             /* ios打包配置 */
             "sdkConfigs" : {}
+        },
+        "uniStatistics" : {
+            "enable" : true
         }
     },
     /* SDK配置 */
@@ -71,6 +74,9 @@
             "scope.userLocation" : {
                 "desc" : "方便查看订单与你的距离"
             }
+        },
+        "uniStatistics" : {
+            "enable" : true
         }
     },
     "mp-alipay" : {
-- 
2.23.0