<router-link to="/a">a</router-link> const router = new VueRouter({ routes: [ { path: '/a', redirect: to => { // 方法接收目标路由作为参数 ...
確定! 回上一頁