vue 获取当前页面的路由参数 this.$route 在当前页面 this.$route 输出当前页面路由信息 { name: "home", meta: {…}, path: "/", hash: "", query: {…},fullPath:'/',matched:[{}] ,params:{} } 获取当前页面的路由信息 this.$route