vue 在路由后边增加参数

this.$router.push({ query: { ...this.$route.query, page: curPageSize } });
原文地址:https://www.cnblogs.com/cs122/p/10553039.html