疯狂的狮子Li
2024-10-14 c563afed59b0313ce5509f94e8b1f0243e96f8df
ruoyi-common/ruoyi-common-satoken/src/main/java/org/dromara/common/satoken/utils/LoginHelper.java
@@ -192,7 +192,11 @@
     * @return 结果
     */
    public static boolean isLogin() {
        return getLoginUser() != null;
        try {
            return getLoginUser() != null;
        } catch (Exception e) {
            return false;
        }
    }
}