zhangyong
2023-09-18 8ceb6b26a49962448c51ca8c92b6ffcf9ed5ae33
springboot-vue3/src/main/java/com/example/springboot/security/constant/SystemConstant.java
@@ -9,7 +9,8 @@
    /**
     * rememberMe 为 false 的时候过期时间是1个小时
     */
    public static final long EXPIRATION = 60 * 60L;
    public static final long EXPIRATION = 60 * 60 * 24L;
    /**
     * rememberMe 为 true 的时候过期时间是7天
     */