feat: add powerlog page for admin console

This commit is contained in:
RockYang
2024-03-21 13:46:39 +08:00
parent 6aa1d27711
commit dece19cec6
7 changed files with 245 additions and 5 deletions

View File

@@ -126,6 +126,11 @@ const items = [
index: '/admin/system',
title: '系统设置',
},
{
icon: 'log',
index: '/admin/powerLog',
title: '用户算力日志',
},
{
icon: 'log',
index: '/admin/loginLog',