vue跳转页面
winLocal(){
let hrefs = window.location.hash.split('/')[1]
let text = '/html'; //你的跳转路由
this.$router.push('/' + hrefs + text);
};
vue跳转页面
winLocal(){
let hrefs = window.location.hash.split('/')[1]
let text = '/html'; //你的跳转路由
this.$router.push('/' + hrefs + text);
};