营销:适配商城装修组件【用户卡片】

This commit is contained in:
owen
2023-12-01 23:12:43 +08:00
parent 8755d64683
commit cfd6551732
3 changed files with 5 additions and 5 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;