diff --git a/src/config.js b/src/config.js index 51010d9..10c7a1d 100644 --- a/src/config.js +++ b/src/config.js @@ -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', } }; diff --git a/upload.js b/upload.js index 637b5d1..bd638d3 100644 --- a/upload.js +++ b/upload.js @@ -17,7 +17,7 @@ const config = { // password: process.env.SFTP_PASS, // 直接配置 - host: '36.103.199.218', + host: '36.103.234.48', port: 22, username: 'liuyang', password: 'Asdf!234',