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