diff --git a/app/admin/controller/Index.php b/app/admin/controller/Index.php index 754f4238f..c930c402f 100644 --- a/app/admin/controller/Index.php +++ b/app/admin/controller/Index.php @@ -65,7 +65,7 @@ class Index extends Controller if (AdminService::instance()->getUserId() === intval($id)) { $this->_form('SystemUser', 'admin@user/form', 'id', [], ['id' => $id]); } else { - $this->error('只能修改登录用户的资料!'); + $this->error('只能修改自己的资料!'); } }