change axios

This commit is contained in:
zhangtao 2022-12-08 11:37:03 +08:00
parent 285c149943
commit 7874ebd377
1 changed files with 3 additions and 3 deletions

View File

@ -473,7 +473,7 @@ export default {
* @return {*}
*/
const handleSig = async() => {
const res = await axios.get(`/api/tencentCloudRtc/genUserSig/${data.userId}`)
const res = await axios.get(`/hhz/api/tencentCloudRtc/genUserSig/${data.userId}`)
if (res.data.code === 0) {
data.userSig = res.data.data.userSig
}
@ -484,7 +484,7 @@ export default {
roomUserId: data.taskId,
status
}
await axios.put(`/api/meeting/updatePeopleStatus`, params)
await axios.put(`/hhz/api/meeting/updatePeopleStatus`, params)
}
/**
@ -498,7 +498,7 @@ export default {
roomUserId: data.taskId,
heartbeatTime: formatDateTime(time)
}
await axios.put(`/api/meeting/heartbeatTime`, params)
await axios.put(`/hhz/api/meeting/heartbeatTime`, params)
}
/**
* @description: 翻转摄像头