搜索文档
前端路由:路径对应视图(组件)
后端路由:请求路径对应接口函数
vue-router
this.$route 路由信息,用来获取参数
this.$route
this.$router 路由对象,用来跳转页面
this.$router
1npm install vue-router@4