wip fix layout

This commit is contained in:
Rizky 2024-02-08 06:55:44 +07:00
parent 5f87a3097f
commit d4a7cc6455
1 changed files with 1 additions and 0 deletions

View File

@ -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) {