Browse Source

日常开发

林旭祥 2 weeks ago
parent
commit
b9ca3313d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/OnlineFaceWindow/index.vue

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

@@ -63,7 +63,6 @@ const getInit = async () => {
     return false;
   }
   faceState.value = true;
-  speckText("请举右手看摄像头进行人脸识别");
   if (wsState.value) {
     proxy?.$modal.msgWarning(`操作过快,请稍后重试`);
     setTimeout(() => {
@@ -71,6 +70,7 @@ const getInit = async () => {
     }, 1000)
     return false;
   }
+  speckText("请举右手看摄像头进行人脸识别");
   faceWs((e: any) => {
     console.log("faceWS", e)
     if (e?.wksid) {