vue-router
route.match 匹配所有路径
path 域名前完整路径
query 参数
fullpath 完整路径
name 同参
meta 同参
router.push(‘/user’);
router.go(-2)
vue-router
route.match 匹配所有路径
path 域名前完整路径
query 参数
fullpath 完整路径
name 同参
meta 同参
router.push(‘/user’);
router.go(-2)