This commit is contained in:
asd
2019-12-09 11:28:31 +08:00
parent 3533161568
commit 125f087326

View File

@@ -283,3 +283,11 @@ export default {
3.在main.js 中声明 路由的地方
把 { path: "/b", component: bb },改成:
{
path: "/b",
component: bb,
children:[
{path:"路由名",component:""}
]
},