rabin 7 months ago
parent
commit
3f4b579ac2
2 changed files with 2 additions and 1 deletions
  1. 1 1
      src/Auth.php
  2. 1 0
      src/Company.php

+ 1 - 1
src/Auth.php

@@ -32,7 +32,7 @@ class Auth
     public function __construct()
     {
         $this->save = new Oper(false, 'cookie');
-        $this->name = md5('manage_' . Dever::config('host')->host);
+        $this->name = md5('manage_in_' . Dever::config('host')->host);
     }
 
     public function test()

+ 1 - 0
src/Company.php

@@ -7,6 +7,7 @@ use Manage\Src\Lib\Save;
 class Company extends Save
 {
     private $company = array();
+
     # 获取当前权限
     public function getAuth()
     {