修改接口地址

This commit is contained in:
2023-11-30 22:50:02 +08:00
parent 88474f8813
commit 8a40bbc5e1
7 changed files with 15 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ const spinner = ora(chalk.green('正在发布到服务器...'));
spinner.start();
client.scp('./dist/', { // 本地打包文件的位置
"host": '172.16.3.19', // IP地址
"host": '172.16.3.18', // IP地址
"port": '22', // 服务器端口
"username": 'root', // 用户名
"password": 'Huawei@123', // 密码