林旭祥 3 тижнів тому
батько
коміт
6e238d9b7e
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/components/OnlineFaceWindow/index.vue

+ 1 - 1
src/components/OnlineFaceWindow/index.vue

@@ -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);