update: 新增api访问日志

This commit is contained in:
ctwj
2025-10-07 02:30:01 +08:00
parent 10294e093f
commit 51dbf0f03a
13 changed files with 929 additions and 8 deletions

View File

@@ -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'
},
{