Merge branch 'sprint/206_tianshujie_24005' into 'sprint/206'

* Fix bug #24005.

See merge request easycorp/zentaopms!4043
This commit is contained in:
王怡栋
2022-06-21 06:55:27 +00:00
+1 -1
View File
@@ -1153,7 +1153,7 @@ class user extends control
$response['result'] = 'success';
$response['message'] = $this->lang->saveSuccess;
$response['locate'] = $this->createLink('login');
$response['locate'] = inlink('login');
return $this->send($response);
}