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({