diff --git a/application/admin/controller/Index.php b/application/admin/controller/Index.php index 52773003..fe83b031 100644 --- a/application/admin/controller/Index.php +++ b/application/admin/controller/Index.php @@ -22,10 +22,6 @@ class Index extends Admin { * @return html */ public function index() { - $methods = model('AuthRule')->updaterule('admin'); - dump($methods); - exit(); - $this->setMeta('后台首页'); return $this->fetch(); }