From 084f859ad3b5a0b855b2a40ae425a56d8f4b152b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Czhuzihan=E2=80=9D=E2=80=83?= <“772644120@qq.com”> Date: Mon, 7 Jul 2025 13:19:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=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 8619386..49a221e 100644 --- a/src/config.js +++ b/src/config.js @@ -6,7 +6,7 @@ const config = { apiBaseUrl: 'http://192.168.18.9:48080', }, production: { - apiBaseUrl: 'http://36.103.203.89:48088', + apiBaseUrl: 'http://36.103.203.89:48089', } }; diff --git a/upload.js b/upload.js index 6559cb2..f964bf7 100644 --- a/upload.js +++ b/upload.js @@ -29,7 +29,7 @@ const config = { const localDir = path.join(__dirname, 'dist'); // 服务器目标目录 // const remoteDir = process.env.SFTP_REMOTE_DIR; // 如果使用环境变量 -const remoteDir = '/home/ubuntu/mnt/teacher_test/nginx-1/dist'; +const remoteDir = '/home/ubuntu/mnt/Teacher_Evaluation/nginx/dist'; async function uploadToServer() { const sftp = new SftpClient();