This commit is contained in:
wangyidong
2022-06-30 14:02:48 +08:00
parent 2b89d75d2d
commit 18a15b1d9d
+1
View File
@@ -2438,6 +2438,7 @@ EOD;
if($module == 'company' and $method == 'dynamic') return true;
if($module == 'action' and $method == 'editcomment') return true;
if($module == 'action' and $method == 'comment') return true;
if($module == 'report' and $method == 'export') return true;
if(!isset($acls['views'][$menu])) return false;
return true;