From e5304508398e9bc86c210de2dfaedc5b296e4ae3 Mon Sep 17 00:00:00 2001 From: liuzhiyuan <> Date: Wed, 3 Sep 2025 12:23:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=87=E6=8D=A2=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.js | 8 ++++---- upload.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/config.js b/src/config.js index f7f29f8..3f7fe62 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:48088', - chatApiUrl: 'http://36.103.199.218:8093' + apiBaseUrl: 'http://36.103.234.48:48088', + chatApiUrl: 'http://36.103.234.48:8093' }, production: { // apiBaseUrl: 'http://221.238.217.216:4162', // chatApiUrl: 'http://221.238.217.216:8093', - apiBaseUrl: 'http://36.103.199.218:48088', - chatApiUrl: 'http://36.103.199.218:8093', + apiBaseUrl: 'http://36.103.234.48:48088', + chatApiUrl: 'http://36.103.234.48:8093', } }; diff --git a/upload.js b/upload.js index e9da4a5..c426c33 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',