This commit is contained in:
daihh
2022-08-09 16:09:30 +08:00
parent 223334ca89
commit 419514eb89
2 changed files with 7 additions and 2 deletions

View File

@@ -19,7 +19,9 @@
},
onLoad(options) {
//console.log(options.id)
this.url = options.url
let decodeUrl=decodeURIComponent(options.url);
console.log('接收后解码后:'+item.url)
this.url = decodeUrl;
},
mounted(){
// let urlPre=window.location.protocol+'//'+window.location.host;