lrf402788946 5 年之前
父節點
當前提交
5b880515c3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/static/liveIndex.html

+ 1 - 1
public/static/liveIndex.html

@@ -51,7 +51,7 @@
 <script language="javascript">
  function btnDirect() {
      var query = window.location.search.substring(1);
-     window.open('/direct?'+query)
+     window.open('/platlive/direct?'+query)
   }
 </script>
 </html>