rabin 1 年之前
父节点
当前提交
765fe28784
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;