Home > front end >  Vue redirect
Vue redirect

Time:09-19

 " * ", "/" what's the difference? Why can redirect "*", "/" cannot redirect

CodePudding user response:

{
Path: '/aaa,
Component: resolve=& gt; (the require ((" "), resolve)),
Children:
{
Path: '/',
Redirect: '/BBB'
},
}

/write children, clearly * is all
  • Related