代码提交
parent
a6cf71dc49
commit
f77ab8a826
|
|
@ -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 = "视频通话";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue