setWebsite(__NAMESPACE__); $action = Route::current()->getActionName(); list($class, $method) = explode('@', $action); if ($method == 'ueditor') { // 不做登录验证 } else { $this->isLoginJson(); } } }