jsSetApp() { var jsonObj = JSON.stringify({ // type:13, shareImgUrl: "", shareDesc: "分享", shareLinkUrl: "http://192.168.0.157:8080/#/materialsDetail?materialsId="+this.$route.query.materialsId + "&uuid=" +this.$route.query.uuid, shareTitle: "分享" }) console.log(jsonObj) window.location.href = "jzj://shareTrue?json="+ jsonObj },