rabin 7 months ago
parent
commit
9904a5aa62
3 changed files with 0 additions and 11 deletions
  1. 0 5
      src/Company.php
  2. 0 5
      src/Console.php
  3. 0 1
      src/Database.php

+ 0 - 5
src/Company.php

@@ -7,11 +7,6 @@ use Manage\Src\Lib\Save;
 class Company extends Save
 {
     private $company = array();
-    public function __construct()
-    {
-        //Dever::load('manage/auth.init');
-        parent::__construct();
-    }
     # 获取当前权限
     public function getAuth()
     {

+ 0 - 5
src/Console.php

@@ -5,11 +5,6 @@ use Dever;
 
 class Console
 {
-	public function __construct()
-    {
-        Dever::load('manage/auth.init');
-    }
-    
     # 获取控制台左侧第一个数据内容
     public function system()
     {

+ 0 - 1
src/Database.php

@@ -114,7 +114,6 @@ class Database
      */
     public function __construct()
     {
-        Dever::load('manage/auth.init');
         $this->setting();
 
         $this->top = Dever::input('top');