From 6c3426d928a1f45f42d8163f48141b2531171d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=A3=9E?= Date: Fri, 12 Jan 2024 14:33:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=94=81=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 6503d4bd..64c3f85a 100644 --- a/.env.development +++ b/.env.development @@ -18,7 +18,7 @@ VUE_APP_LOGIN_FOR_PERMISSION = false VUE_APP_LOCK_FOR_PERMISSION = true # 无操作锁定弹框判断时间 单位:秒 -VUE_APP_LOCK_FOR_TIME = 600 +VUE_APP_LOCK_FOR_TIME = 360 # 是否开启长时间无操作登出 true:是 false:否 VUE_APP_LOGOUT_FOR_PERMISSION = false