diff --git a/src/config.js b/src/config.js index 879b084..7b84f9d 100644 --- a/src/config.js +++ b/src/config.js @@ -6,7 +6,7 @@ const config = { apiBaseUrl: 'http://192.168.5.49:48080', }, production: { - apiBaseUrl: 'http://36.103.203.89:48088', + apiBaseUrl: 'http://36.103.199.218:48088', } }; diff --git a/upload.js b/upload.js index 6559cb2..e9da4a5 100644 --- a/upload.js +++ b/upload.js @@ -17,7 +17,7 @@ const config = { // password: process.env.SFTP_PASS, // 直接配置 - host: '36.103.203.89', + host: '36.103.199.218', port: 22, username: 'liuyang', password: 'Asdf!234',