fix: 修改接口

This commit is contained in:
2025-12-31 09:37:57 +08:00
parent a7dbf76500
commit f988312323
3 changed files with 9 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
//开发环境
module.exports = {
NODE_ENV: '"development"',
BASE_API: '"http://127.0.0.1"',
DOMAIN: '"http://localhost:8081"',
SOCKET_URL:'"ws://127.0.0.1:8326/"'
BASE_API: '"http://124.222.155.209"',
DOMAIN: '"http://124.222.155.209"',
SOCKET_URL:'"ws://124.222.155.209:8326/"'
}

View File

@@ -1,7 +1,7 @@
//测试环境
//生产环境
module.exports = {
NODE_ENV: '"production"',
BASE_API:'"http://47.75.125.96"',
DOMAIN: '"http://47.75.125.96"',
SOCKET_URL:'"ws://47.75.47.120:8326"'
BASE_API:'"http://124.222.155.209"',
DOMAIN: '"http://124.222.155.209"',
SOCKET_URL:'"ws://124.222.155.209:8326"'
}

View File

@@ -1,9 +1,6 @@
window.config={
// 测试环境服务器地址
socketServer:'ws://127.0.0.1:8326/',
ajaxServer: 'http://127.0.0.1',
// 生产环境服务器地址
//socketServer:'ws://103.71.178.73:8326/',
//ajaxServer: 'http://103.71.178.73/v2/s'
socketServer:'ws://124.222.155.209:8326/',
ajaxServer: 'http://124.222.155.209',
}