window.config = { // 生产环境服务器地址 - 通过 nginx 统一入口 socketServer: (window.location.protocol === 'https:' ? 'wss://' : 'ws://') + window.location.host + '/ws/', ajaxServer: '' // 使用相对路径,通过 nginx 反向代理到网关 }