mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-08 22:40:43 +08:00
v6.9.0
This commit is contained in:
@ -40,8 +40,7 @@ class Error extends Common
|
||||
{
|
||||
return ApiService::ApiDataReturn(DataReturn($msg, -1000));
|
||||
} else {
|
||||
MyViewAssign('msg', $msg);
|
||||
return MyView('public/tips_error');
|
||||
return response(MyView('public/tips_error', ['msg'=>$msg]), 404);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user