lgy 1 week ago
parent
commit
ef824a2711
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jcjyhr/extend/ba/Auth.php

+ 1 - 1
jcjyhr/extend/ba/Auth.php

@@ -192,7 +192,7 @@ class Auth
             ->select()
             ->toArray();
         foreach ($rules as $key => $rule) {
-            if (!empty($rule['keepalive'])) {
+            if (!empty($rule['KEEPALIVE'])) {
                 $rules[$key]['keepalive'] = $rule['name'];
             }
         }