Update Plugs.php

This commit is contained in:
Anyon 2020-10-15 22:49:45 +08:00
parent e34ceb9956
commit 88498c394f

View File

@ -116,7 +116,7 @@ class Plugs extends Controller
} catch (\Exception $exception) {
echo '<span class="color-red">' . $exception->getMessage() . '</span>';
} else {
$this->error('只有超级管理员才能操作!');
echo '<span class="color-red">只有超级管理员才能操作!</span>';
}
}