feat: 系统初始引导使用重置接口

This commit is contained in:
TsMask
2024-05-07 16:26:48 +08:00
parent a2a876434d
commit 31589ce234
5 changed files with 81 additions and 30 deletions

View File

@@ -19,3 +19,6 @@ const STATUS_NO = "0"
// 上下文信息-登录用户
const CTX_LOGIN_USER = "loginuser"
// 启动-引导系统初始
const LAUNCH_BOOTLOADER = "bootloader"