加入登录账户信息

This commit is contained in:
liuwei
2025-04-11 17:55:53 +08:00
parent ea59ceeef2
commit f17aae834d

View File

@@ -240,6 +240,12 @@
topPlugins: [],
pluginStats: [],
charts: {}, // 添加charts对象
// 添加当前用户信息对象
currentUser: {
success: false,
message: '加载中...',
data: {}
},
// 添加系统信息相关数据
systemInfo: {
os: '加载中...',