diff --git a/application/index/controller/Ueditor.php b/application/index/controller/Ueditor.php index 3ca82bf9b..811d06957 100644 --- a/application/index/controller/Ueditor.php +++ b/application/index/controller/Ueditor.php @@ -32,9 +32,6 @@ class Ueditor extends Common { // 调用父类前置方法 parent::__construct(); - - // 是否登录 - $this->IsLogin(); } /**