Vue3.x路由跳转 vue3.x中路由跳转不能使用this.$router,要这样来 首先导入router.js 然后用router.push实现跳转 原来获取参数用this.$route.params获取,现在是这样的 router.currentRoute.value.params.id