摘要:
1.重定向的地址不需要接收参数 const routes = [ { path: '/', redirect: '/index'}, { path: '/index', component: index } ] 把"/"重定向到"/index" 2.重定向的地址需要接收参数然而没有传参 不会改变地址 阅读全文
posted @ 2020-02-23 21:01
Ashely丶
阅读(978)
评论(0)
推荐(0)
浙公网安备 33010602011771号