$router 为 VueRouter 实例,想要导航到不同URL,则使用 $router.push({path:'foo',query:{id:'123',name:'大飞'}})
$route 为当前router跳转对象,里面可以获取到name、path、query、params