소스 검색

去除打印

yuanmingze 3 달 전
부모
커밋
9e698fd689
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/identity-upload/index.vue

+ 0 - 1
src/views/identity-upload/index.vue

@@ -140,7 +140,6 @@ const handleOcrCheck = async (side: 'front' | 'back', file: File) => {
   try {
     // 真实调用
     const res = await ocrApi({ file, side })
-    console.log('res', res)
     if (res.code === 0) {
       // 当是人面向
       if (side === 'front') {