This commit is contained in:
zoujiandong
2024-03-19 13:12:10 +08:00
parent a9edbc3489
commit 2454bafd78
7 changed files with 19 additions and 16 deletions
+2 -2
View File
@@ -2,14 +2,14 @@
export const dev = {
baseUrl: "https://dev.hospital.applets.igandanyiyuan.com",
staticHost: "https://img.applets.igandanyiyuan.com",//静态资源host
IMappId: '1600022752', //此处为IM appId
IMappId: '1600027911', //此处为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: '1600022752', //此处为此处为IM appId
IMappId: '1600027911', //此处为此处为IM appId
IMsecretkey: 'fc45ab469ca632a700166973d87b3a6f56a855cb92d7cffb54e4d37135c097da' //此处为IM secretkey
}