const routes = [ // 先定具体路径 { path: '/login', component: Login }, // 其他具体路径... // 最后定通配符路径 { path: '*', component: Home } ];
阅读量:1
点赞量:0