|
@@ -2676,14 +2676,9 @@ console.log(this.dutysystemTableData)
|
|
|
}
|
|
|
}
|
|
|
const param = {centereventTDutySystemList:this.dutysystemTableData,eventCode:this.eventCode,eventName:this.eventName,eventId:this.eventId}
|
|
|
- sendMessage(param).then(res => {
|
|
|
- //this.$message.success(res.msg);
|
|
|
- this.dutysystemSelect(this.iconCurrentIndex, this.dutysystemDeptName, this.depteventId);
|
|
|
- this.showMeetingMsgDialog = false;
|
|
|
- this.joinMeeting();
|
|
|
- })
|
|
|
+ this.joinMeeting(param);
|
|
|
},
|
|
|
- joinMeeting() {
|
|
|
+ joinMeeting(param) {
|
|
|
this.$message({
|
|
|
message: '正在启动云会议客户端,请稍候...',
|
|
|
type: 'success',
|
|
@@ -2695,6 +2690,11 @@ console.log(this.dutysystemTableData)
|
|
|
let nickName = res.data.nickName;
|
|
|
let nonce = res.data.nonce;
|
|
|
window.open("cloudlink://welinksoftclient/h5page?page=LoginAndJoinConf&server_url=meeting.huaweicloud.com&port=8443&conf_id=" + conferenceID + "&enter_code=" + password + "&name=" + nickName + "&open_mic=true&open_camera=false&nonce=" + nonce);
|
|
|
+ sendMessage(param).then(res => {
|
|
|
+ //this.$message.success(res.msg);
|
|
|
+ this.dutysystemSelect(this.iconCurrentIndex, this.dutysystemDeptName, this.depteventId);
|
|
|
+ this.showMeetingMsgDialog = false;
|
|
|
+ })
|
|
|
}
|
|
|
})
|
|
|
},
|