feat:线索socket地址修改

This commit is contained in:
2025-12-18 17:36:51 +08:00
parent 5a42ab322f
commit e581d9d5b3
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
let url = "ws://80.155.0.82:8006/mosty-api/mosty-websocket/socket/"; //线上
// let url = "ws://80.155.0.82:8006/mosty-api/mosty-websocket/socket/"; //线上
let url = "ws://155.240.22.30:2109/mosty-api/mosty-websocket/socket/"; //线上
if(process.env.NODE_ENV === 'development') {
url = "ws://47.108.232.77:9537/mosty-api/mosty-websocket/socket/"; //本地

View File

@ -1,4 +1,5 @@
let url = "ws://89.40.9.89:2109/mosty-api/mosty-websocket/socket/"; //线上
// let url = "ws://89.40.9.89:2109/mosty-api/mosty-websocket/socket/"; //线上
let url = "ws://155.240.22.30:2109/mosty-api/mosty-websocket/socket/"; //线上
if(process.env.NODE_ENV === 'development') {
url = "ws://47.108.232.77:9537/mosty-api/mosty-websocket/socket/"; //本地