mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-10 11:26:47 +08:00
提交
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user