瀏覽代碼

05241700lhjOCR

liuhj 1 年之前
父節點
當前提交
8c34fe34fc
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/OP/OCRIdentify.vue

+ 2 - 2
src/components/OP/OCRIdentify.vue

@@ -169,7 +169,7 @@ export default {
                             type: 'success'
                         });           
                         that.fullscreenLoading = false;
-                        window.open(res.data.data.url)
+                        window.open(res.data.data.downUrl)
                     }else{
                         that.fullscreenLoading = false;
                         that.$message({
@@ -211,7 +211,7 @@ export default {
                             type: 'success'
                         });   
                         that.fullscreenLoading = false;        
-                        window.open(res.data.data.url)
+                        window.open(res.data.data.downUrl)
                     }else{
                         that.fullscreenLoading = false;
                         that.$message({