rabin 1 anno fa
parent
commit
765fe28784
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lib/Auth.php

+ 1 - 1
lib/Auth.php

@@ -127,7 +127,7 @@ class Auth
             if ($result) {
                 return true;
             }
-            Dever::error('无访问权限');
+            Dever::error('无菜单访问权限');
         }
         if ($result) {
             return false;