mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-13 07:59:20 +00:00
Fix 用户订单页面错误
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
if (result.value) {
|
||||
$.ajax({
|
||||
method: 'PUT',
|
||||
url: '{{route('closeOrder'), ''}}/' + id,
|
||||
url: '{{route('closeOrder', '')}}/' + id,
|
||||
async: false,
|
||||
data: {_token: '{{csrf_token()}}'},
|
||||
dataType: 'json',
|
||||
|
||||
Reference in New Issue
Block a user