|
@@ -77,7 +77,7 @@ const getInit = async () => {
|
|
|
if (e?.cmd == 'check_facecontroller_available') {
|
|
|
let handcontroller_id = deviceInfo.value.handcontroller_id;
|
|
|
if (e?.code != 0) {
|
|
|
- proxy?.$modal.msgError(`人脸识别模块不可用`);
|
|
|
+ proxy?.$modal.msgError(`人脸识别模块不可用,code:${e.code}`);
|
|
|
} else {
|
|
|
//查看人脸识别状态,如果不处于关闭就先关闭再重新启动(可能会APP退出然后工作站还在运行的可能性)
|
|
|
getFaceState(handcontroller_id);
|