代码中有一个语法错误。在路由配置中,about 的子路由 governance 的配置缺少了一个大括号,需要在其后加上一个 }。正确的配置应该如下:

{
    path:'/about',
    component:about,
    children:[
        {path:'detail',component:detail},
        {path:'governance',component:governance}
    ]
},
!DOCTYPE htmlhtml lang=enhead meta charset=UTF-8 meta http-equiv=X-UA-Compatible content=IE=edge meta name=viewport content=width=device-width initial-scale=10 titleDocumenttitle script

原文地址: https://www.cveoy.top/t/topic/bC5u 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录