浏览代码

图像识别页面优化

zhujindu 10 月之前
父节点
当前提交
2879c9c081
共有 1 个文件被更改,包括 2 次插入2 次删除
  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"