From 9454892400857a44b71b03484514a52e5c7237c6 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Tue, 30 Jan 2024 11:10:31 +0800 Subject: [PATCH] =?UTF-8?q?key=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/network/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/network/config.js b/utils/network/config.js index bbf6cfd..a7dd4b8 100644 --- a/utils/network/config.js +++ b/utils/network/config.js @@ -2,14 +2,14 @@ export const dev = { baseUrl: "https://dev.hospital.applets.igandanyiyuan.com", staticHost: "https://img.applets.igandanyiyuan.com",//静态资源host - IMappId: '1400798221', //此处为IM appId + IMappId: '1600022752', //此处为IM appId IMsecretkey: 'fc45ab469ca632a700166973d87b3a6f56a855cb92d7cffb54e4d37135c097da' //此处为IM secretkey } // 测试环境url export const test = { baseUrl: "https://dev.hospital.applets.igandanyiyuan.com", staticHost: "https://img.applets.igandanyiyuan.com",//静态资源host - IMappId: '1400798221', //此处为此处为IM appId + IMappId: '1600022752', //此处为此处为IM appId IMsecretkey: 'fc45ab469ca632a700166973d87b3a6f56a855cb92d7cffb54e4d37135c097da' //此处为IM secretkey }