From 74b56cd389393913fb7f86b1eafb14428700636a Mon Sep 17 00:00:00 2001 From: yanyilin Date: Fri, 11 Mar 2022 17:58:39 +0800 Subject: [PATCH] update image url @statistic --- docs/app-statistic-google.md | 2 +- docs/app-statistic.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/app-statistic-google.md b/docs/app-statistic-google.md index e230e57db..a976f795a 100644 --- a/docs/app-statistic-google.md +++ b/docs/app-statistic-google.md @@ -40,5 +40,5 @@ #### 使用Google统计 在项目manifest.json文件的“App模块配置”页面,在“Statistic(统计)”下勾选“Google统计”项,并添加从Google统计平台申请的配置文件: -![](https://partner-dcloud-native.oss-cn-hangzhou.aliyuncs.com/images/uniapp/statistic/google.png) +![](https://native-res.dcloud.net.cn/images/uniapp/statistic/google.png) diff --git a/docs/app-statistic.md b/docs/app-statistic.md index 10b8b404f..5724e508a 100644 --- a/docs/app-statistic.md +++ b/docs/app-statistic.md @@ -10,7 +10,7 @@ App端统计模块封装了市场上主流的三方移动App统计SDK,提供JS **uni-app自带uni统计,无需使用三方统计。三方统计增加包体积且无法做到自带的免埋点采集行为数据。详见:[https://tongji.dcloud.io/](https://tongji.dcloud.io/)** 使用统计功能需在项目manifest.json的“App模块配置”中勾选“Statistic(统计)”,并根据项目实际情况勾选使用的三方统计平台: -![](https://partner-dcloud-native.oss-cn-hangzhou.aliyuncs.com/images/uniapp/statistic/moudules.png) +![](https://native-res.dcloud.net.cn/images/uniapp/statistic/moudules.png) > 提示:统计模块参数配置需提交云端打包后才能生效,真机运行调试时请使用[自定义基座](http://ask.dcloud.net.cn/article/35115) -- GitLab