From e9b244d845390b1e2372ce0d03a803cda5ed8034 Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Mon, 3 Apr 2023 14:25:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20appid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/appId.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config/appId.js b/src/config/appId.js index b8d68ad..05e9a7b 100644 --- a/src/config/appId.js +++ b/src/config/appId.js @@ -1,13 +1,13 @@ /* * @Date: 2022-03-19 19:57:20 * @LastEditors: JinxChen - * @LastEditTime: 2022-10-12 16:50:09 - * @FilePath: \ParentWeb\src\config\appId.js + * @LastEditTime: 2023-04-03 14:25:02 + * @FilePath: \TelpoH5FrontendWeb\src\config\appId.js * @description: */ const AppId = process.env.NODE_ENV === 'production' ? - 'wxd78b83bdb0b4df55' : + 'wx23f697736154110b' : process.env.VUE_APP_BASE_API.indexOf('ai.ssjlai.com') > -1 ? - 'wxd78b83bdb0b4df55': + 'wx23f697736154110b': /* 'wx785c95a3e7f46f72' */'wxd78b83bdb0b4df55'; //wx5e26f0813859e5f6 2022.10.12 更改测试公众号 export default AppId; \ No newline at end of file