CrazyIter_Bin 1 年之前
父節點
當前提交
c4c754ae5f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      TEAMModelOS/ClientApp/public/videoplay.html

+ 1 - 1
TEAMModelOS/ClientApp/public/videoplay.html

@@ -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 () {