Explorar el Código

05241700lhjOCR

liuhj hace 1 año
padre
commit
8c34fe34fc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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({