This commit is contained in:
asd
2019-12-09 15:16:29 +08:00
parent c6e8ec20cb
commit 7a11a7d6f3

View File

@@ -321,4 +321,8 @@ const routes = [
]
```
### route.push()实现
### route.push()实现页面跳转
1.route.push("页面路由")
2.route.push({path:"页面路由",query:{})