fix(template): 修改logs.html模板中的重试请求
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6927a23bbe
commit
3aed58dc5c
@ -92,7 +92,11 @@
|
|||||||
$.ajax({
|
$.ajax({
|
||||||
url: '/barcode',
|
url: '/barcode',
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
data: JSON.stringify({ barcode: barcode }),
|
data: JSON.stringify({
|
||||||
|
data: {
|
||||||
|
data: barcode
|
||||||
|
}
|
||||||
|
}),
|
||||||
contentType: 'application/json',
|
contentType: 'application/json',
|
||||||
success: function(response) {
|
success: function(response) {
|
||||||
alert('Barcode has been added to queue');
|
alert('Barcode has been added to queue');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user