Przeglądaj źródła

OCR地址修改

wukai 2 lat temu
rodzic
commit
90e0a34c15

+ 2 - 2
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) {