更改用户的URL

child::

重定向路由

实例

const routes = [{ path: '/home', redirect: '/' }]

适用范围

  • 会修改用户原URL到目标URL
指向原始笔记的链接

不更改用户的URL

child::路由别名