mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-02 13:31:38 +08:00
规范修正
This commit is contained in:
@@ -179,7 +179,7 @@ class Controller
|
||||
private function dispatchJump($message, $status = 1, $jumpUrl = '', $ajax = false)
|
||||
{
|
||||
if (true === $ajax || IS_AJAX) {
|
||||
// AJAX提交
|
||||
// AJAX提交
|
||||
$data = is_array($ajax) ? $ajax : [];
|
||||
$data['info'] = $message;
|
||||
$data['status'] = $status;
|
||||
|
||||
Reference in New Issue
Block a user