libushang hace 6 meses
padre
commit
83549f36cc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 }