// Laravel-Admin 没有 axios,使用 jQuery 的 ajax 方法来请求 return $.ajax({ url: '{{ route('admin.orders.handle_refund', [$order->id]) }}', type: 'POST',