dist
This commit is contained in:
parent
d6565eee44
commit
61e2402a64
4
dist/js/common.js
vendored
4
dist/js/common.js
vendored
@ -180,9 +180,9 @@ function setBtnClickFuc() {
|
||||
})
|
||||
const jieshu = new Promise((res)=>{
|
||||
$.ajax({
|
||||
url: window.url + 'live?liveid=' + window.liveid,
|
||||
url: window.url + 'live/' + window.liveid,
|
||||
headers: { "Authorization": "Bearer " + localStorage.getItem("token")},
|
||||
method:"POST",
|
||||
method:"PUT",
|
||||
data:{
|
||||
status: 2
|
||||
},
|
||||
|
@ -180,9 +180,9 @@ function setBtnClickFuc() {
|
||||
})
|
||||
const jieshu = new Promise((res)=>{
|
||||
$.ajax({
|
||||
url: window.url + 'live?liveid=' + window.liveid,
|
||||
url: window.url + 'live/' + window.liveid,
|
||||
headers: { "Authorization": "Bearer " + localStorage.getItem("token")},
|
||||
method:"POST",
|
||||
method:"PUT",
|
||||
data:{
|
||||
status: 2
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user