From 80fb0a6b23706057504bbe5aa5d47bdf3213cb0a Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Wed, 10 May 2023 09:49:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=AD=A3=E5=BC=8F?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E7=99=BE=E5=BA=A6=E7=BB=9F=E8=AE=A1=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E7=9A=84id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/models.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/models.js b/src/config/models.js index 30b29aa..706dc16 100644 --- a/src/config/models.js +++ b/src/config/models.js @@ -1,7 +1,7 @@ /* * @Date: 2021-11-20 10:26:39 * @LastEditors: JinxChen - * @LastEditTime: 2023-05-10 09:17:03 + * @LastEditTime: 2023-05-10 09:49:09 * @FilePath: \TelpoH5FrontendWeb\src\config\models.js * @description: */ @@ -20,7 +20,7 @@ export const ALIPAY_DOWN_URL = { ios: 'https://itunes.apple.com/cn/app/zhi-fu-bao-qian-bao-yu-e-bao/id333206289?mt=8' }; export const BaiduStatisticsModel = { - production: "https://hm.baidu.com/hm.js?ef364e6446439911bc4ced79bece7715", // 随手精灵百度流量统计 正式环境 + production: "https://hm.baidu.com/hm.js?b33e6f07636c9fd9ec8cfe04979f1664", // 随手精灵百度流量统计 正式环境 test: "https://hm.baidu.com/hm.js?edb76b471e997167b7782c1513382771", // 随手精灵百度流量统计 测试环境 development: "https://hm.baidu.com/hm.js?edb76b471e997167b7782c1513382771", // 随手精灵百度流量统计 测试环境 } \ No newline at end of file