diff --git a/manifest.json b/manifest.json index 856ae35..ee4ddbc 100644 --- a/manifest.json +++ b/manifest.json @@ -154,7 +154,10 @@ "splashscreen" : { "alwaysShowBeforeRender" : false }, - "nativePlugins" : {} + "nativePlugins" : {}, + "uniStatistics" : { + "enable" : true + } }, // 5+App特有相关 "quickapp" : {}, @@ -172,6 +175,9 @@ "scope.userLocation" : { "desc" : "你的位置信息将用于小程序位置接口的效果展示" } + }, + "uniStatistics" : { + "enable" : true } }, "h5" : { @@ -184,9 +190,61 @@ "treeShaking" : { "enable" : true } + }, + "uniStatistics" : { + "enable" : true } }, - "_spaceID" : "mp-3614b80b-2d75-4462-a481-4998f8187274" + "_spaceID" : "mp-3614b80b-2d75-4462-a481-4998f8187274", + "uniStatistics" : { + "version" : "2", + "enable" : true + }, + "mp-alipay" : { + "uniStatistics" : { + "enable" : true + } + }, + "mp-baidu" : { + "uniStatistics" : { + "enable" : true + } + }, + "mp-jd" : { + "uniStatistics" : { + "enable" : true + } + }, + "mp-kuaishou" : { + "uniStatistics" : { + "enable" : true + } + }, + "mp-lark" : { + "uniStatistics" : { + "enable" : true + } + }, + "mp-qq" : { + "uniStatistics" : { + "enable" : true + } + }, + "mp-toutiao" : { + "uniStatistics" : { + "enable" : true + } + }, + "quickapp-webview-huawei" : { + "uniStatistics" : { + "enable" : true + } + }, + "quickapp-webview-union" : { + "uniStatistics" : { + "enable" : true + } + } } // 小程序特有相关 diff --git a/pages/peanut/mine.vue b/pages/peanut/mine.vue index 96d67ac..5444956 100644 --- a/pages/peanut/mine.vue +++ b/pages/peanut/mine.vue @@ -89,7 +89,8 @@ - + + 分享App