wukai 2 лет назад
Родитель
Сommit
12492320e8
1 измененных файлов с 2 добавлено и 2 удалено
  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() {
     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: {
     methods: {
       handlePreview(file) {
       handlePreview(file) {