Bladeren bron

OCR地址修改

wukai 2 jaren geleden
bovenliggende
commit
90e0a34c15
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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) {