Fix version 1.2.16

This commit is contained in:
2024-12-03 14:27:05 +08:00
parent 270065f46b
commit b638865c33
8 changed files with 53 additions and 25 deletions

View File

@@ -14,6 +14,7 @@ export default async function Layout({
const authorId = dataProfile?.userId;
const userLoginId = await funGetUserIdByToken();
const userRoleId = dataProfile?.User?.masterUserRoleId;
return (
<>
@@ -21,6 +22,7 @@ export default async function Layout({
profileId={profileId}
userLoginId={userLoginId as string}
authorId={authorId as any}
userRoleId={userRoleId as string}
>
{children}
</KatalogLayout>