feat: 【系统设置】支持系统参数设置-前端超时时间设置

This commit is contained in:
taojinlong
2024-01-11 17:01:17 +08:00
parent ecfca28ad2
commit a7c7f0b5da
10 changed files with 80 additions and 5 deletions

View File

@@ -3,4 +3,5 @@ package io.dataease.constant;
public class XpackSettingConstants {
public static final String AUTO_CREATE_USER = "basic.autoCreateUser";
public static final String Front_Time_Out = "basic.frontTimeOut";
}

View File

@@ -18,6 +18,7 @@ public class WhitelistUtils {
"/panel.html",
"/lark/info",
"/lark/token",
"/sysParameter/requestTimeOut",
"/setting/authentication/status",
"/");