This commit is contained in:
asd
2019-12-09 15:35:29 +08:00
parent 5d5f322dc9
commit f81048e3d5

View File

@@ -340,5 +340,7 @@ const routes = [
{{$route.params.params内定义的参数名}}
### 重定向:
定义路由的时候:把 { path: "/a/:id", component: aa },
定义路由的时候:
{ path: "/n", component: aa }