소스 검색

no message

libushang 6 달 전
부모
커밋
83549f36cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/emergencyCommandMap/LeftSection/Communication.vue

+ 1 - 1
src/views/emergencyCommandMap/LeftSection/Communication.vue

@@ -211,7 +211,7 @@ const handleJoinMeeting = () => {
   const screenWidth = window.screen.width * window.devicePixelRatio;
   const screenHeight = window.screen.height * window.devicePixelRatio;
   const data = {
-    'userid': 'mmyj0010@mm.zw.yj', // 空表示后台获取当前用户对应融合通信dev_id
+    'userid': '', // 空表示后台获取当前用户对应融合通信dev_id
     'password': '123',
     roomcode: '749428988', // 会议号
     windowpos: { 'x': 0, 'y': 0, 'width': screenWidth, 'height': screenHeight, 'top': true }