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