$.router是VueRouter的实例,相当于一个全局的路由器对象。包含很多属性和子对象,例如history对象$.route表示当前正在跳转的路由对象。可以通过$.route获取到name,path,params,query等比如:this.$route.name this.$route.params this.$route.params.id this.$route.query等