update user-meta,

This commit is contained in:
louiscklaw
2025-05-08 19:44:07 +08:00
parent f840f02daf
commit fe1740d76f
66 changed files with 231 additions and 563 deletions

View File

@@ -116,9 +116,9 @@ export const layoutConfig = {
title: 'users',
icon: 'users',
items: [
{ key: 'users', title: 'List users', href: paths.dashboard.users.list },
{ key: 'users:create', title: 'Create user', href: paths.dashboard.users.create },
{ key: 'users:details', title: 'User details', href: paths.dashboard.users.view('1') },
{ key: 'users', title: 'List users', href: paths.dashboard.user_metas.list },
{ key: 'users:create', title: 'Create user', href: paths.dashboard.user_metas.create },
{ key: 'users:details', title: 'User details', href: paths.dashboard.user_metas.view('1') },
],
},
{