mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-25 02:53:56 +08:00
Update Item.php
This commit is contained in:
parent
30e99a3768
commit
93fce3cbc6
@ -93,7 +93,7 @@ class Item extends Controller
|
|||||||
protected function _form_result(bool $state)
|
protected function _form_result(bool $state)
|
||||||
{
|
{
|
||||||
if ($state) {
|
if ($state) {
|
||||||
$this->success('文章内容保存成功!', 'javascript:history.back()');
|
$this->success('文章保存成功!', 'javascript:history.back()');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user