This commit is contained in:
haomingming
2023-05-18 10:20:39 +08:00
parent fd6ae7f04d
commit bd97a69fb4
5 changed files with 20 additions and 9 deletions
+2 -2
View File
@@ -1,14 +1,14 @@
// 开发环境url
export const dev = {
baseUrl: "https://dev.hospital.applets.igandanyiyuan.com",
staticHost: "https://gdxz-hospital.oss-cn-chengdu.aliyuncs.com",//静态资源host
staticHost: "https://img.applets.igandanyiyuan.com",//静态资源host
IMappId: '1400798221', //此处为IM appId
IMsecretkey: 'fc45ab469ca632a700166973d87b3a6f56a855cb92d7cffb54e4d37135c097da' //此处为IM secretkey
}
// 测试环境url
export const test = {
baseUrl: "https://dev.hospital.applets.igandanyiyuan.com",
staticHost: "https://gdxz-hospital.oss-cn-chengdu.aliyuncs.com",//静态资源host
staticHost: "https://img.applets.igandanyiyuan.com",//静态资源host
IMappId: '1400798221', //此处为此处为IM appId
IMsecretkey: 'fc45ab469ca632a700166973d87b3a6f56a855cb92d7cffb54e4d37135c097da' //此处为IM secretkey
}