public function _initialize()
 {
     parent::_initialize();
     if (!$this->logined) {
         $this->error('登录超时,请先登录!');
     }
 }