diff --git a/src/config.js b/src/config.js index 49a221e..8619386 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:48089', + apiBaseUrl: 'http://36.103.203.89:48088', } }; diff --git a/upload.js b/upload.js index f964bf7..6559cb2 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_Evaluation/nginx/dist'; +const remoteDir = '/home/ubuntu/mnt/teacher_test/nginx-1/dist'; async function uploadToServer() { const sftp = new SftpClient();