vue router

this.$router.push({
path: '/rule/edit',
query: { projectId: data.projectId }
});
原文地址:https://www.cnblogs.com/zhangshuda/p/8658482.html