vue.js移动端app实战2 (2)

vue.js移动端app实战2

对着上面的结构图,路由的结构其实大概已经了解了

{ path:\'\', redirect:"/home" }, { path:\'/home\', component:Main, children:[ { path:\'\', redirect:"index" }, { path:\'index\', component:Index }, { path:\'search\', component:Search }, { path:\'vip\', component:Vip } ] }, { path:\'/car\', component:Car, }

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zwsgdj.html