app端 使用renderjs new Blob的流文件结果是 "blob:null/3059ea6d-b74f-4683-9a6f-065dd745e8ed"
H5端 使用renderjs new Blob的流文件结果是 "blob:http://localhost:8080/8ccc9bc8-b6e1-4832-9995-9f635c8c8fcb"  
updateData(newValue, oldValue, ownerInstance, instance) {  
                let pdfData = newValue  
                let blob = new Blob([pdfData], {  
                    type: 'application/pdf;charset=UTF-8'  
                })  
                debugger  
                pdfData = window.URL.createObjectURL(blob);  
                // let j = pdfData.substring(pdfData.indexOf(null),pdfData.indexOf(null)+4)  
                // let r = pdfData.replace(j,'http://spscjdjc.e-xxxxxxxx.cn')  
                ownerInstance.callMethod('exportGzs', pdfData)  
            },
APP端为什么获取不到http
            
            
            
            
2***@qq.com (作者)
不是说renderjs下就可以用吗
2022-03-12 20:00
奇怪的牛马1
回复 2***@qq.com: 解决了吗? 大哥
2023-03-31 16:18