From e244c3b38e124cf34212a04de194f9b9e4b678ce Mon Sep 17 00:00:00 2001 From: liuzhiyuan <> Date: Tue, 12 Aug 2025 16:54:20 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20=E4=BF=AE=E6=94=B9=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.js | 2 +- upload.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.js b/src/config.js index b8812db..5090474 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:48089', + apiBaseUrl: 'http://36.103.199.218:48089', } }; diff --git a/upload.js b/upload.js index f964bf7..637b5d1 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',