feat(设备管理): 使用函数替代映射表获取设备和状态信息
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# 用户空闲超时配置(毫秒)
|
||||
# 默认30分钟 = 30 * 60 * 1000 = 1800000
|
||||
VITE_IDLE_TIMEOUT=1800000
|
||||
|
||||
# 超时前警告时间(毫秒)
|
||||
# 默认1分钟 = 60 * 1000 = 60000
|
||||
VITE_IDLE_WARNING_TIME=60000
|
||||
Reference in New Issue
Block a user