Browse Source

视频会议,语音转录

fz 2 years ago
parent
commit
af4e2d5686
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/views/caseManagement/components/trialincourtDialog.vue

+ 1
- 1
src/views/caseManagement/components/trialincourtDialog.vue View File

375
     openmeeting() {
375
     openmeeting() {
376
       window.open(
376
       window.open(
377
         // `http://localhost:8081/#/home?name=${this.user}&id=${this.formData.id}&userId=${this.userId}`
377
         // `http://localhost:8081/#/home?name=${this.user}&id=${this.formData.id}&userId=${this.userId}`
378
-        `https://txroom.xayunmei.com/#/home?name=${this.user}&id=${this.formData.id}&userId=${this.userId}`
378
+        `https://txroom.xayunmei.com/#/home?name=${this.user}&id=${this.formData.id}&userId=${this.userId}&roomId=${this.roomId}`
379
       );
379
       );
380
     },
380
     },
381
     // 提交仲裁结果
381
     // 提交仲裁结果