上篇文章提到了用路由(route)传值: https://blog.csdn.net/weixin_45158253/article/details/110821408
看下面也行(不用看上面的链接了)
这里写下如何接收路由传来的值
官网方法:
我的使用
当我使用这个方法时,并没有得到预期结果
路由配置:
{
path: 'text',
component: TextComponent,
children: [
{ path: '', redirectTo: 'text_low/1/标题', pathMatch: 'full' },
{ path: 'text_low/:id/:title', component: TextLowComponent },
]
},
html
<div nz-row [nzGutter]