别名类似于重定向,但在路由匹配时不会更新URL。 const router = new VueRouter({ routes: [ { path: '/swamp', component: Swamp, alias: '/bayou' }, ...
確定! 回上一頁