rabin hace 1 día
padre
commit
4d6b00ddff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Lib/Auth.php

+ 1 - 1
app/Lib/Auth.php

@@ -20,7 +20,7 @@ class Auth
             $info['extend']['info_id'] = 1;
             $info['extend']['module_id'] = 1;
             $info['extend']['data_id'] = 1;
-            //Dever::error('请先登录');
+            Dever::error('请先登录');
         }
         $this->system = Dever::db('manage/system')->find($info['extend']['system_id']);
         if (!$this->system) {