Sfoglia il codice sorgente

change heart

master
zhangtao 1 anno fa
parent
commit
7825e02ef5
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. +1
    -2
      src/views/home/index.vue

+ 1
- 2
src/views/home/index.vue Vedi File

@@ -497,8 +497,7 @@ export default {
const heartbeat = async() => {
const time = new Date().getTime()
const params = {
userId: data.userId,
roomId: data.roomId,
roomUserId: data.taskId,
heartbeatTime: formatDateTime(time)
}
await axios.put(`https://rtc.dev.t-aaron.com/api/meeting/heartbeatTime`, params)

Loading…
Annulla
Salva