Procházet zdrojové kódy

"/" 请求免登录

4.0
FLYPHT před 2 roky
rodič
revize
3676bdb07e
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      smtweb-framework/core/src/main/java/cc/smtweb/framework/core/session/SessionUtil.java

+ 1
- 0
smtweb-framework/core/src/main/java/cc/smtweb/framework/core/session/SessionUtil.java Zobrazit soubor

@@ -47,6 +47,7 @@ public class SessionUtil {
//不算用户交互操作的url,用于管理session失效
public static List<String> notInterActiveUrl = new ArrayList<>();
static {
notLoginUrl.add("/");
notLoginUrl.add("/api/getVerifyCode");
notLoginUrl.add("/api/bpm/auth/login");
notLoginUrl.add("/api/bpm/auth/mappingLogin");


Načítá se…
Zrušit
Uložit