Vue.use(Router) exportdefaultnewRouter({ routes: [ {path:'/', redirect:'goods'}, {path:'/goods', component: goods}, {path:'/ratings', component: ratings}, {path:'/seller', component: seller} ] }) 其實(shí)要說的話,文檔也是有這方面的說明的,就是重定向。redirect將進(jìn)入時(shí)的路徑,重新定位到...
www.dbjr.com.cn/article/1477...htm 2025-5-25