Parcourir la source

图像识别页面优化

zhujindu il y a 10 mois
Parent
commit
2879c9c081
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/components/uploadImgVStore.vue

+ 2 - 2
src/components/uploadImgVStore.vue

@@ -27,8 +27,8 @@
     </div>
     <!-- 图像识别弹框 -->
     <imageAIVerifyErr
-      v-if="true"
-      :imageAIVerifyFlag="true"
+      v-if="imageAIVerifyFlag"
+      :imageAIVerifyFlag="imageAIVerifyFlag"
       :imageAIVerifyData="imageAIVerifyData"
       @confirmUpload="confirmUpload"
       @uploadImgFun="uploadImg"