fix: 修正登录用户上下文信息常量的值
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user