fix: fes layout 添加 route name, 用于动态路由创建

This commit is contained in:
winixt 2024-09-08 16:42:51 +08:00
parent 9298cf1485
commit 1148930421

View File

@ -122,6 +122,7 @@ export default (api) => {
return [
{
path: '/',
name: 'fesLayout',
component: winPath(join(api.paths.absTmpPath || '', absFilePath)),
children: routes,
},