This commit is contained in:
asd
2019-12-09 15:19:29 +08:00
parent cbb0ac39df
commit f9eb68ac1e

View File

@@ -323,7 +323,7 @@ const routes = [
```
### route.push()实现页面跳转
1.route.push("页面路由")
1.route.push("页面路由")//路由后面可以直接用?参数名=参数值传参
2.route.push({path:"页面路由",query:{参数名:参数值})