|
@@ -13,7 +13,7 @@
|
|
|
function showList(id) {
|
|
|
let params = id ;
|
|
|
var xhr = new XMLHttpRequest()
|
|
|
- xhr.open("POST", "http://test.teammodel.cn/official/video-list?t=" + Date.now())
|
|
|
+ xhr.open("POST", "https://www.teammodel.cn/blob/video-list?t=" + Date.now())
|
|
|
xhr.setRequestHeader('Content-type', 'application/json')
|
|
|
xhr.send(JSON.stringify({ rowKey: params }))
|
|
|
xhr.onreadystatechange = function () {
|