cc12458 9 місяців тому
батько
коміт
35e7604b38
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      public/chat/guide.html

+ 1 - 1
public/chat/guide.html

@@ -76,7 +76,7 @@
 <!-- 主应用脚本 -->
 <script>
     const searchParams = new URLSearchParams(window.location.search);
-    const host = `https://dev.hzliuzhi.com:8040`;
+    const host = `https://dev.hzliuzhi.com:62006`;
     document.addEventListener('DOMContentLoaded', function () {
         if (searchParams.has('hide_title')) document.querySelector('.container-fluid header').style.display = 'none';
         else document.querySelector('.container-fluid header').innerHTML = document.title;