Explorar o código

图像识别页面优化

zhujindu hai 10 meses
pai
achega
2879c9c081
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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"