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,