人脸识别
This commit is contained in:
parent
8a37a20b4b
commit
76d6100665
|
|
@ -132,7 +132,7 @@
|
|||
function websocketonmessage(e){ //数据接收
|
||||
const redata = JSON.parse(e.data);
|
||||
data = redata;
|
||||
$("welderCode").value(data.jobNo)
|
||||
$("welderCode").value = data.jobNo;
|
||||
}
|
||||
function websocketsend(Data){//数据发送
|
||||
websock.send(Data);
|
||||
|
|
@ -141,6 +141,6 @@
|
|||
console.log('断开连接', e);
|
||||
}
|
||||
|
||||
|
||||
initWebSocket();
|
||||
|
||||
</script>
|
||||
Loading…
Reference in New Issue