fix: 修改配置文件

This commit is contained in:
liuzhiyuan 2025-08-30 13:11:43 +08:00
parent 55ad1b125f
commit 1300959ee0

View File

@ -8,10 +8,10 @@ const config = {
chatApiUrl: 'http://36.103.199.218:8093' chatApiUrl: 'http://36.103.199.218:8093'
}, },
production: { production: {
apiBaseUrl: 'http://221.238.217.216:4160', // apiBaseUrl: 'http://221.238.217.216:4160',
chatApiUrl: 'http://221.238.217.216:8093', // chatApiUrl: 'http://221.238.217.216:8093',
// apiBaseUrl: 'http://36.103.199.218:48089', apiBaseUrl: 'http://36.103.199.218:48089',
// chatApiUrl: 'http://36.103.199.218:8093', chatApiUrl: 'http://36.103.199.218:8093',
} }
}; };