dever 6 년 전
부모
커밋
b8f6c68989
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
         }
 
         # 获取基本配置