refresh(){
let NewPage = '_empty' + '?time=' + new Date().getTime()/500;
this.$router.push(NewPage);
this.$router.go(-1);
}
refresh(){
let NewPage = '_empty' + '?time=' + new Date().getTime()/500;
this.$router.push(NewPage);
this.$router.go(-1);
}
本文标题:vue刷新当前页面方法
本文链接:https://www.haomeiwen.com/subject/qwdnsctx.html
网友评论