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;
         }
 
         # 获取基本配置