liuhj 1 год назад
Родитель
Сommit
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({