From f17aae834d0a6274f7215f2c33bfdabd813a2172 Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 11 Apr 2025 17:55:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E7=99=BB=E5=BD=95=E8=B4=A6?= =?UTF-8?q?=E6=88=B7=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin/dashboard/templates/index.html b/admin/dashboard/templates/index.html index 5387c82..c983c6f 100644 --- a/admin/dashboard/templates/index.html +++ b/admin/dashboard/templates/index.html @@ -240,6 +240,12 @@ topPlugins: [], pluginStats: [], charts: {}, // 添加charts对象 + // 添加当前用户信息对象 + currentUser: { + success: false, + message: '加载中...', + data: {} + }, // 添加系统信息相关数据 systemInfo: { os: '加载中...',