From c3346a2f1f51b85ecc0541365db693ad06399d79 Mon Sep 17 00:00:00 2001 From: zhangtao <1176193409@qq.com> Date: Mon, 24 Oct 2022 11:09:50 +0800 Subject: [PATCH] change domain --- src/views/home/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 668b624..8915f0d 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -474,7 +474,7 @@ export default { * @return {*} */ const handleSig = async() => { - const res = await axios.get(`https://hhz.test.t-aaron.com/api/tencentCloudRtc/genUserSig/${data.userId}`) + const res = await axios.get(`https://rtc.dev.t-aaron.com/api/tencentCloudRtc/genUserSig/${data.userId}`) if (res.data.code === 0) { data.userSig = res.data.data.userSig } @@ -486,7 +486,7 @@ export default { roomId: data.roomId, status } - await axios.put(`https://hhz.test.t-aaron.com/api/meeting/updatePeopleStatus`, params) + await axios.put(`https://rtc.dev.t-aaron.com/api/meeting/updatePeopleStatus`, params) } /** @@ -501,7 +501,7 @@ export default { roomId: data.roomId, heartbeatTime: formatDateTime(time) } - await axios.put(`https://hhz.test.t-aaron.com/api/meeting/heartbeatTime`, params) + await axios.put(`https://rtc.dev.t-aaron.com/api/meeting/heartbeatTime`, params) } /**