From eaa9c8fe75950a10127f969ea1f0479e7a94fa7a Mon Sep 17 00:00:00 2001 From: panchengyong Date: Mon, 9 Mar 2026 16:57:46 +0800 Subject: [PATCH] change deploy.conf --- msh_crmeb_22/deploy.conf | 11 +++++++++-- msh_single_uniapp/config/app.js | 4 ++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/msh_crmeb_22/deploy.conf b/msh_crmeb_22/deploy.conf index 2bc0a87..8edb38e 100644 --- a/msh_crmeb_22/deploy.conf +++ b/msh_crmeb_22/deploy.conf @@ -1,6 +1,13 @@ +# 远程服务器(阿里云ecs) SERVER_HOST=49.235.131.69 SERVER_USER=root SERVER_PORT=22 REMOTE_DIR=/www/crmeb -LOCAL_PORT=20822 -JAR_NAME=sophia-front-2.2.jar + +# 前端API +FRONT_LOCAL_PORT=20822 +FRONT_JAR_NAME=sophia-front-2.2.jar + +# 管理后台API +ADMIN_LOCAL_PORT=20821 +ADMIN_JAR_NAME=admin-front-2.2.jar diff --git a/msh_single_uniapp/config/app.js b/msh_single_uniapp/config/app.js index c5d83a5..b8caa5f 100644 --- a/msh_single_uniapp/config/app.js +++ b/msh_single_uniapp/config/app.js @@ -2,9 +2,9 @@ // | // +---------------------------------------------------------------------- // 移动端商城API -let domain = 'http://127.0.0.1:20822' +// let domain = 'http://127.0.0.1:20822' // let domain = 'https://chenyin.uj345.cc' -// let domain = 'https://sophia-shop.uj345.cc' +let domain = 'https://sophia-shop.uj345.cc' module.exports = { domain,