dever 6 years ago
parent
commit
b8f6c68989
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/lib/Core.php

+ 1 - 1
main/lib/Core.php

@@ -15,7 +15,7 @@ class Core
             $this->data['uid'] = Dever::load('passport/applet')->check();
         } else {
             $this->data['uid'] = Dever::load('passport/applet')->check(false);
-            $this->data['uid'] = 1;
+            //$this->data['uid'] = 1;
         }
 
         # 获取基本配置