diff --git a/app/web/src/nova/deploy/base/route.tsx b/app/web/src/nova/deploy/base/route.tsx index e5757e45..57d9763a 100644 --- a/app/web/src/nova/deploy/base/route.tsx +++ b/app/web/src/nova/deploy/base/route.tsx @@ -22,6 +22,7 @@ export const initBaseRoute = async () => { if (res && res.site && res.urls) { if (res.layout) { + base.layout.id = res.layout.id; base.layout.root = res.layout.root; base.layout.meta = {}; if (base.layout.root) {