第3章 Angular Router
时间:2017-10-05 11:35:21
收藏:0
阅读:244
Angular Router 导航
重定向路由
在用户访问一个特定的地址时,将其重新定向到另一个指定的地址。
www.aaa.com => www.aaa.com/products
www.aaa.com/x => www.aaa.com/y
Description
redirectionTo is the url fragment which will replace the current matched segment(redirectionTo 是URL 片段将取代目前的匹配段)
原文:http://www.cnblogs.com/hi-lilian/p/7628692.html
评论(0)