This commit is contained in:
2026-01-11 15:51:41 +08:00
parent 3fbc4615ab
commit ba6528bd4c
189 changed files with 147 additions and 147 deletions

View File

@@ -1,6 +1,6 @@
window.config={
// 生产环境服务器地址
// 生产环境服务器地址 - Docker 容器中使用空字符串或相对路径,通过 nginx 反向代理
socketServer:'ws://124.222.155.209:8326/',
ajaxServer: 'http://124.222.155.209',
ajaxServer: '', // 使用相对路径,通过 nginx 反向代理到网关
}