dever 3 년 전
부모
커밋
50a335afa0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      service/option/lib/Core.php

+ 1 - 1
service/option/lib/Core.php

@@ -14,7 +14,7 @@ class Core
     {
     {
         $this->uid = Dever::load('passport/user')->check(false);
         $this->uid = Dever::load('passport/user')->check(false);
         if ($this->uid <= 0) {
         if ($this->uid <= 0) {
-            $this->uid = 1;
+            $this->uid = 2;
         }
         }
         $this->checkLogin();
         $this->checkLogin();
         if ($this->uid) {
         if ($this->uid) {