|
@@ -2348,7 +2348,7 @@ export default {
|
|
|
let hwMeetingUrl;
|
|
|
selectConfigKey('hwMeetingUrl').then(res => {
|
|
|
hwMeetingUrl = res.data
|
|
|
- window.open(hwMeetingUrl+"/"+this.eventId+"/"+this.eventName+"的会议"+"/"+Cookies.get("nickName"));
|
|
|
+ window.open(hwMeetingUrl+"/joinConferences/"+this.eventId+"/"+this.eventName+"的会议"+"/"+Cookies.get("nickName"));
|
|
|
})
|
|
|
}
|
|
|
/** ----------------------------------视频会议结束------------------------------------- */
|