Compare commits

...

2 Commits

View File

@ -346,6 +346,13 @@ export default {
});
return false;
},
onShow(){
if(this.url != '' && this.url){
let url = this.url
this.url = ""
this.url = url
}
},
onLoad(a) {
this.url = a.url;