mirror of
https://github.com/ctwj/urldb.git
synced 2025-11-25 11:29:37 +08:00
update: 新增api访问日志
This commit is contained in:
@@ -398,13 +398,13 @@ const userMenuItems = computed(() => [
|
||||
{
|
||||
to: '/admin/accounts',
|
||||
icon: 'fas fa-user-shield',
|
||||
label: '账号管理',
|
||||
label: '平台账号',
|
||||
type: 'link'
|
||||
},
|
||||
{
|
||||
to: '/admin/system-config',
|
||||
icon: 'fas fa-cog',
|
||||
label: '系统配置',
|
||||
to: '/admin/api-access-logs',
|
||||
icon: 'fas fa-history',
|
||||
label: 'API访问日志',
|
||||
type: 'link'
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user