vue路由不跳转改变url参数

let path = this.$router.history.current.path;
this.$router.push({ path, query: {idx:newIdx}});

你可能感兴趣的:(vue路由不跳转改变url参数)