Selaa lähdekoodia

OCR地址修改

wukai 2 vuotta sitten
vanhempi
commit
12492320e8
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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) {