rabin 7 years ago
parent
commit
b940e0bc01
1 changed files with 1 additions and 1 deletions
  1. 1 1
      content/lib/Base.php

+ 1 - 1
content/lib/Base.php

@@ -102,7 +102,7 @@ class Base
 
         $state = $this->check_session($uid, $session);
         if (!$state) {
-            //Dever::alert('请重新登录');
+            Dever::alert('请重新登录');
         }
 
         return $state;