windowopen如何打开vue路由?
routes: [ { path: '/', name: 'home', component: home },} 或者routes: [ { path: '/', name: 'home', component: home, redirect: '/b' },