bug fixed

This commit is contained in:
pqcqaq 2024-10-26 22:33:19 +08:00
parent 3ea4071a32
commit bc543ad502
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ const menus: IMenu[] = [
name: 'consoleHome', name: 'consoleHome',
icon: 'workbench', icon: 'workbench',
url: '/home', url: '/home',
destEntity: '', destEntity: 'userRelation',
order: 0, order: 0,
actions: ['select'], actions: ['select'],
}, },