Merge pull request 'dist' (#191) from xbx into master
Reviewed-on: http://git.luyuan.tk/luyuan/beelink/pulls/191
This commit is contained in:
commit
f0c50ea434
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