修改indoor警报
This commit is contained in:
@@ -245,7 +245,7 @@
|
||||
|
||||
const WS_PORT = config.port;
|
||||
const WS_HOST = '29.1.70.11';
|
||||
<!-- const WS_HOST = '127.0.0.1';-->
|
||||
<!-- const WS_HOST = '127.0.0.1'; -->
|
||||
|
||||
const liveImage = document.getElementById('liveImage');
|
||||
const statusBar = document.getElementById('status');
|
||||
@@ -321,7 +321,8 @@
|
||||
'Playing Phone': '玩手机',
|
||||
'Unvaild Uniform!!': '违规着装',
|
||||
'Unchecked Trunk': '未检查后备箱',
|
||||
'Ignore': '漏检'
|
||||
'Ignore': '漏检',
|
||||
'Indoor Violation': '违规进入区域'
|
||||
};
|
||||
tag.textContent = actionMap[action] || action;
|
||||
title.appendChild(tag);
|
||||
|
||||
Reference in New Issue
Block a user