diff --git a/convention.php b/convention.php index b6f23e28..887b076d 100644 --- a/convention.php +++ b/convention.php @@ -206,7 +206,7 @@ return [ // 是否自动开启 SESSION 'auto_start' => true, 'httponly' => true, - 'secure' => true, + 'secure' => false, ], // +----------------------------------------------------------------------