vue动态设置url参数 let path = this.$router.history.current.path;this.$router.push({ path, query: {key1:value1, key2: value2} }); 个人笔记 2023-06-15 198 点赞 3 评论 300 浏览