aiyou 3 years ago
parent
commit
8777e3c469
1 changed files with 4 additions and 4 deletions
  1. 4 4
      application/common/controller/Backend.php

+ 4 - 4
application/common/controller/Backend.php

@@ -156,10 +156,10 @@ class Backend extends Controller
                 if ($path=='member/index'){
 
                 }else{
-                    if (!$this->auth->check($path)) {
-                        Hook::listen('admin_nopermission', $this);
-                        $this->error(__('You have no permission'), '');
-                    }
+//                    if (!$this->auth->check($path)) {
+//                        Hook::listen('admin_nopermission', $this);
+//                        $this->error(__('You have no permission'), '');
+//                    }
 
                 }
             }