diff --git a/application/admin/controller/Ueditor.php b/application/admin/controller/Ueditor.php index 0d4c0da61..028bc5339 100755 --- a/application/admin/controller/Ueditor.php +++ b/application/admin/controller/Ueditor.php @@ -48,6 +48,15 @@ class Ueditor extends Common // 配置信息 $this->current_config = config('ueditor_config'); $this->current_action = input('action'); + + // 非获取配置信息登录校验 + if($this->current_action != 'config') + { + // 登录校验 + $this->Is_Login(); + } + + // action switch($this->current_action) { // 配置信息