修复冲突

Signed-off-by: Bluemark <kongdy@bluemark.cn>
This commit is contained in:
Bluemark
2023-12-07 02:01:57 +00:00
committed by Gitee
25 changed files with 789 additions and 433 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ const adaptTemplate = async (appTemplate) => {
}
}
appTemplate.home = diyTemplate?.data?.home;
// appTemplate.user = diyTemplate?.data?.user;
appTemplate.user = diyTemplate?.data?.user;
}
export default app;