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

This commit is contained in:
qlin 2024-09-08 16:44:51 +08:00 committed by GitHub
parent 9298cf1485
commit 95a1e07c6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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