no message

This commit is contained in:
hellcat 2025-11-22 20:18:12 +08:00
parent 3967ac8b87
commit e23ec19d0d

View File

@ -78,7 +78,7 @@ class ArticleController
if (is_file($sFilePath) && file_exists($sFilePath)) {
if (unlink($sFilePath)) {
$this->aNewPath[] = $this->sArticleCode."删除成功";
$this->aNewPath[] = $_ENV["APP_URL"]."::".$this->sArticleCode."删除成功";
} else {
$sMsg = '删除失败(可能是权限或被占用)';
throw new \Exception($sMsg);