|
@@ -12,7 +12,7 @@ class Data extends Base
|
|
|
|
|
|
public function checkLogin()
|
|
public function checkLogin()
|
|
{
|
|
{
|
|
- return $this->location('list');
|
|
|
|
|
|
+ //return $this->location('list');
|
|
if ($this->user) {
|
|
if ($this->user) {
|
|
return $this->location('list');
|
|
return $this->location('list');
|
|
}
|
|
}
|