vue跳转路由后刷新页面

this.$router.push({
path: /homeMenuBar/About/aboutIndexs,
query: {
id: val.id,
},
});
setTimeout(function () {
window.location.reload();
}, 100);

猜你喜欢

转载自blog.csdn.net/weixin_48128628/article/details/128972657