Update Item.php

This commit is contained in:
邹景立 2022-05-10 21:36:29 +08:00
parent 30e99a3768
commit 93fce3cbc6

View File

@ -93,7 +93,7 @@ class Item extends Controller
protected function _form_result(bool $state)
{
if ($state) {
$this->success('文章内容保存成功!', 'javascript:history.back()');
$this->success('文章保存成功!', 'javascript:history.back()');
}
}