Jelajahi Sumber

OCR地址修改

wukai 2 tahun lalu
induk
melakukan
90e0a34c15
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      src/views1/Personal/Identificat/IdentificatView.vue

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