* finish task #4556.

This commit is contained in:
wangyidong
2018-07-05 14:58:46 +08:00
parent 712d9c87d2
commit c3c9305775
4 changed files with 31 additions and 5 deletions
+1
View File
@@ -159,6 +159,7 @@ class commonModel extends model
if($module == 'sso' and $method == 'logout') return true;
if($module == 'sso' and $method == 'bind') return true;
if($module == 'sso' and $method == 'gettodolist') return true;
if($module == 'block' and $method == 'main' and isset($_GET['hash'])) return true;
if($module == 'file' and $method == 'read') return true;
if($this->loadModel('user')->isLogon() or ($this->app->company->guest and $this->app->user->account == 'guest'))