Browse Source

打开日志: 抓拍照片大小

Michael Wang 6 years ago
parent
commit
ddc9ce876a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/FaceRecognition/FaceRecognition.vue

+ 1 - 1
src/components/FaceRecognition/FaceRecognition.vue

@@ -132,7 +132,7 @@ export default {
         const captureBlob = await this.getSnapShot();
         this.videoStartPlay();
         // console.log(captureBlob.size);
-        // this.serverLog("debug/S-004001", "抓拍照片的大小:" + captureBlob.size);
+        this.serverLog("debug/S-004001", "抓拍照片的大小:" + captureBlob.size);
         const captureFilePath = await this.uploadToServer(captureBlob);
         await this.faceCompare(captureFilePath, examRecordDataId);
       } catch (error) {