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

View File

@@ -326,5 +326,5 @@ const routes = [
1.route.push("页面路由")//路由后面可以直接用?参数名=参数值传参
2.route.push({path:"页面路由",query:{参数名:参数值})
3.route.push({name:"定义的路由的name值",params:{参数名:参数值})