From 4e2912aed145b8e7abe5ebdf62734b7268d49a26 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 27 Jun 2025 17:40:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=B8=8A=E4=B8=8B=E6=96=87=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=B8=B8=E9=87=8F=E7=9A=84=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/framework/constants/common/common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/framework/constants/common/common.go b/src/framework/constants/common/common.go index 08e0bcbc..8a28c7b0 100644 --- a/src/framework/constants/common/common.go +++ b/src/framework/constants/common/common.go @@ -18,7 +18,7 @@ const STATUS_YES = "1" const STATUS_NO = "0" // 上下文信息-登录用户 -const CTX_LOGIN_USER = "loginuser" +const CTX_LOGIN_USER = "ctx:login_user" // 启动-引导系统初始 const LAUNCH_BOOTLOADER = "bootloader"