소스 검색

change heart

master
zhangtao 2 년 전
부모
커밋
7825e02ef5
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      src/views/home/index.vue

+ 1
- 2
src/views/home/index.vue 파일 보기

@@ -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…
취소
저장