浏览代码

OCR地址修改

wukai 2 年之前
父节点
当前提交
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() {
-      // 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) {