Explorar el Código

OCR地址修改

wukai hace 2 años
padre
commit
12492320e8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      lzga-ui/src/views1/Personal/Identificat/IdentificatView.vue

+ 2 - 2
lzga-ui/src/views1/Personal/Identificat/IdentificatView.vue

@@ -39,8 +39,8 @@
       };
     },
     created() {
-      // this.ocrUrl=process.env.VUE_APP_BASE_API+"/ocr/";
-      this.ocrUrl="http://192.168.1.28/dev-api/ocr/";
+      this.ocrUrl=process.env.VUE_APP_BASE_API+"/ocr/";
+      // this.ocrUrl="http://192.168.1.28/dev-api/ocr/";
     },
     methods: {
       handlePreview(file) {