2.4.4如果前端关闭后端默认编辑器上传会有问题,解决方法如下,
function close(){ if(APP_CONTROLLER == 'Uploads' && APP_ACTION == 'index'){ return true; } if(file_exists(APP_PATH.'static/common/close.html')){ $this->display('@'.APP_PATH.'static/common/close.html'); exit; }else{ echo $this->webconf['closetip'];exit; } }
在关闭的函数中加入对应的不受限制的控制器,简单的解决,以风神处理方法为准