change axios
This commit is contained in:
parent
285c149943
commit
7874ebd377
|
|
@ -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: 翻转摄像头
|
||||
|
|
|
|||
Loading…
Reference in New Issue