const router = new VueRouter({ routes: [ { path: '/a', redirect: to => { // the function receives the target route as the argument // return redirect path/ ...
確定! 回上一頁