Browse Source

图像识别

zhujindu 1 year ago
parent
commit
606c809a31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/uploadImgVStore.vue

+ 1 - 1
src/components/uploadImgVStore.vue

@@ -20,7 +20,7 @@
     <div class="mask" v-if="progressFlag">
       <el-progress type="circle" :percentage="percentage"></el-progress>
     </div>
-    <imageAIVerifyErr></imageAIVerifyErr>
+    <!-- <imageAIVerifyErr></imageAIVerifyErr> -->
   </div>
 </template>