前后端连接问题修复

This commit is contained in:
2026-01-11 14:10:12 +08:00
parent 9ef1cf11ec
commit c239be0dcc
3 changed files with 49 additions and 2 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 反向代理到网关
}