diff --git a/2019/12/vue-router.md b/2019/12/vue-router.md index 3e14cb7..099bb92 100644 --- a/2019/12/vue-router.md +++ b/2019/12/vue-router.md @@ -325,4 +325,6 @@ const routes = [ 1.route.push("页面路由") -2.route.push({path:"页面路由",query:{}) \ No newline at end of file +2.route.push({path:"页面路由",query:{参数名:参数值}) + +3.route.push({path:"}) \ No newline at end of file