重定向和别名. # 重定向. 重定向也是通过 routes 配置来完成,下面例子是从 /a 重定向到 /b :. const router = new VueRouter({ routes: [ { path: '/a', redirect: ...
確定! 回上一頁