chore(byjyw149): switch admin endpoints and profile settings

Align byjyw149 environment settings by updating admin frontend API endpoints, activating the byjyw149 Spring profile, and documenting the corresponding company deployment notes.

Made-with: Cursor
This commit is contained in:
danaisuiyuan
2026-04-17 10:11:22 +08:00
parent 5ae826d532
commit 770b0bcb62
4 changed files with 26 additions and 6 deletions

View File

@@ -8,8 +8,8 @@ ENV = 'development'
# VUE_APP_BASE_API = 'http://jfanyueadmin.szxingming.com'
# VUE_APP_BASE_API = 'http://jfadmin.wenjinhui.com'
# VUE_APP_BASE_API = 'http://jfadmin-bsy.bosenyuan.com'
# czc231 项目(宝应晨召春商贸)
VUE_APP_BASE_API = 'https://jf.chenzhaochun.com'
# byjyw149 项目(宝应金雅文商贸)
VUE_APP_BASE_API = 'https://jf.jinyawen.com'
# hapr191 项目(淮安鹏然商贸)
# VUE_APP_BASE_API = 'http://jfadmin.hapengran.com'

View File

@@ -8,8 +8,8 @@ ENV = 'production'
# miao33 项目
# VUE_APP_BASE_API = 'http://jfadmin.xiashengjun.com'
# czc231 项目(宝应晨召春商贸)
VUE_APP_BASE_API = 'https://jf.chenzhaochun.com'
# byjyw149 项目(宝应金雅文商贸)
VUE_APP_BASE_API = 'https://jf.jinyawen.com'
# hapr191 项目(淮安鹏然商贸)
# VUE_APP_BASE_API = 'http://jfadmin.hapengran.com'

View File

@@ -38,7 +38,7 @@ server:
spring:
profiles:
active: czc231
active: byjyw149
servlet:
multipart:
max-file-size: 50MB #设置单个文件大小

View File

@@ -1,6 +1,8 @@
## 公司名称:宝应金雅文商贸, host ip: 8.140.218.149
---
### backend/crmeb-front模块变更
- 1. profile: byjyw149
@@ -15,6 +17,19 @@
- 2. 抢购页面跳转地址https://jinyawen.com
- 2. **PDF合同预览文件路径** /static/sign_contract_byjyw149.pdf
---
### backend/crmeb-admin模块变更
- 1. profile: byjyw149
- 2. profile file: application-byjyw149.yml, mysql和redis主机ip修改sync: source-id: shop_11 target-mer-id: 11
### 积分商城后台backend-adminend配置变更
- 1. backend-adminend/.env.development文件中VUE_APP_BASE_API改为https://jf.jinyawen.com
- 2. backend-adminend/.env.production文件中VUE_APP_BASE_API改为https://jf.jinyawen.com
---
### **修改任务**
@@ -26,7 +41,12 @@
- change-list-shjjy153.md
- compare-shjjy153-shccd159.md
、、、启动积分商城api服务
、、、启动积分商城前端api服务
cd /www/wwwroot/javaapi
nohup java -Xms128m -Xmx256m -jar miao-front-2.2.jar > front.log & tail -f front.log
、、、
、、、启动积分商城后台api服务
cd /www/wwwroot/javaapi
nohup java -Xms128m -Xmx256m -jar miao-admin-2.2.jar > admin.log & tail -f admin.log
、、、