From 1148930421a117ad79e2a65a2fc14b152c452db5 Mon Sep 17 00:00:00 2001 From: winixt Date: Sun, 8 Sep 2024 16:42:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20fes=20layout=20=E6=B7=BB=E5=8A=A0=20rout?= =?UTF-8?q?e=20name,=20=E7=94=A8=E4=BA=8E=E5=8A=A8=E6=80=81=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E5=88=9B=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/fes-plugin-layout/src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/fes-plugin-layout/src/index.js b/packages/fes-plugin-layout/src/index.js index 5fe82f901..a986675ca 100644 --- a/packages/fes-plugin-layout/src/index.js +++ b/packages/fes-plugin-layout/src/index.js @@ -122,6 +122,7 @@ export default (api) => { return [ { path: '/', + name: 'fesLayout', component: winPath(join(api.paths.absTmpPath || '', absFilePath)), children: routes, },