dever 6 년 전
부모
커밋
df0e3559e6
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      service/src/Data.php

+ 4 - 4
service/src/Data.php

@@ -9,13 +9,13 @@ class Data extends Base
     {
         parent::__construct();
 
-        # 记录渠道数
+        if ($this->user) {
+            return $this->location('list');
+        }
     }
 
     public function checkLogin()
     {
-        if ($this->user) {
-            return $this->location('list');
-        }
+        
     }
 }