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

This commit is contained in:
qlin 2024-09-08 16:44:51 +08:00 committed by GitHub
parent 5d25b0630d
commit e31f81b4e9

View File

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