if I have a link http://127.0.0.1:8080?jh=xx
, when I click on this link, pass the parameter xx
to another Vue page in the mounted method
mounted(){
this.getData(jh),
}
in other words, this page initially depends on the method in mounted to get the data to render the page, but it needs a parameter, how can it be passed in