代码提交

yishuixian
徐景良 2023-10-10 16:19:39 +08:00
parent a6cf71dc49
commit f77ab8a826
1 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ import { getMethodCommon, postMethodCommon } from '../../../api/common';
let param = {
phoneNumbers: this.phones,
time: dates,
address:"塔山",
address:"",
work:this.callText
}
@ -233,7 +233,7 @@ import { getMethodCommon, postMethodCommon } from '../../../api/common';
videoCall(phone){
let userId = localStorage.getItem("userName");
let wind = window.open("https://ssl.hopetrytech.com:9233/#/?userID="+userId+"&callUserID="+phone, "视频通话", "location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=460");
let wind = window.open("https://ssl.hopetrytech.com:9239/#/?userID="+userId+"&callUserID="+phone, "视频通话", "location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=460");
wind.onload = function(){
wind.document.title = "视频通话";
}