Explorar o código

修复前方通信

Hwf hai 4 días
pai
achega
8a43fd240e

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

@@ -286,13 +286,14 @@ const rules2 = reactive({
   userpass: [{ required: true, message: '会议密码不能为空', trigger: 'blur' }]
 });
 const handleOpenMeeting = () => {
-  type.value = '1';
+  type.value = '0';
   showOpenMeeting.value = true;
 };
 const closeOpenDialog = () => {
   showOpenMeeting.value = false;
 };
 const handleOpenCall = () => {
+  type.value = '1';
   showOpenMeeting.value = true;
 };
 

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

@@ -298,13 +298,14 @@ const rules2 = reactive({
   userpass: [{ required: true, message: '会议密码不能为空', trigger: 'blur' }]
 });
 const handleOpenMeeting = () => {
-  type.value = '1';
+  type.value = '0';
   showOpenMeeting.value = true;
 };
 const closeOpenDialog = () => {
   showOpenMeeting.value = false;
 };
 const handleOpenCall = () => {
+  type.value = '1';
   showOpenMeeting.value = true;
 };
 

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

@@ -64,7 +64,7 @@
       <div v-show="!editVideo && selectVideos.length > 0" class="common-btn-primary2 edit-icon" style="margin-right: 30px" @click="handleShowFull">
         播放选择视频
       </div>
-      <div v-show="!editVideo" class="common-btn-primary2 edit-icon" style="margin-right: 30px" @click="changeWebPay">视频客户端播放</div>
+<!--      <div v-show="!editVideo" class="common-btn-primary2 edit-icon" style="margin-right: 30px" @click="changeWebPay">视频客户端播放</div>-->
       <div v-show="!editVideo" class="common-btn-primary2 edit-icon" @click="activeEdit">编辑首页视频</div>
       <div v-show="editVideo" class="edit-box">
         <div class="flex">