fix: 修改配置文件
This commit is contained in:
parent
1300959ee0
commit
656ec5bc49
@ -4,14 +4,14 @@ const env = import.meta.env.MODE || 'development';
|
||||
const config = {
|
||||
development: {
|
||||
// apiBaseUrl: 'http://192.168.5.49:48080',
|
||||
apiBaseUrl: 'http://36.103.199.218:48089',
|
||||
chatApiUrl: 'http://36.103.199.218:8093'
|
||||
apiBaseUrl: 'http://36.103.234.48:48089',
|
||||
chatApiUrl: 'http://36.103.234.48:8093'
|
||||
},
|
||||
production: {
|
||||
// apiBaseUrl: 'http://221.238.217.216:4160',
|
||||
// chatApiUrl: 'http://221.238.217.216:8093',
|
||||
apiBaseUrl: 'http://36.103.199.218:48089',
|
||||
chatApiUrl: 'http://36.103.199.218:8093',
|
||||
apiBaseUrl: 'http://36.103.234.48:48089',
|
||||
chatApiUrl: 'http://36.103.234.48:8093',
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user