feat(bygsf212): configure integral shop deployment

This commit is contained in:
danaisuiyuan
2026-06-14 21:26:25 +08:00
parent 01e373faf6
commit 646019de45
25 changed files with 604 additions and 18 deletions

65
docs/com-bygsf212.md Normal file
View File

@@ -0,0 +1,65 @@
## 公司名称: 宝应桂圣富商贸/鼎信汇商贸
- host ip: 118.31.36.212
### **修改任务**
- 新建分支bygsf212 ,合并分支"byhlc112"的最新代码到该分支,并根据上述信息修改相关需要变更项,使符合该新公司项目环境
- 在新建分支下修改
---
### 相关配置
- mysql数据库使用阿里云rdsrm-bp1a178eq62lxba9xbo.mysql.rds.aliyuncs.com
- mysql rds中数据库名bygsf212
- 积分商城地址https://jf.b3y45.com
- **云服务器积分商城目录**/www/wwwroot/jf.b3y45.com
- **云服务器jar存放目录**/www/wwwroot/javaapi
---
### backend/crmeb-front模块变更
- 1. profile: bygsf212
- 2. profile file: application-bygsf212.yml, mysql连接信息修改redis主机ip修改。
- 3. **PDF合同模板文件路径**pdf/sign_contract_bygsf212.pdf
- 4. 用户PDF合同url地址前缀/落库域名https://b3y45.com/
- 5. imagePath: /www/wwwroot/b3y45.com/
### uniapp前端配置变更
- 1. 积分商城domainhttps://jf.b3y45.com
- 2. 抢购页面跳转地址https://b3y45.com
- 3. **PDF合同预览文件路径** /static/sign_contract_bygsf212.pdf
- 4. **手动使用HBuilder编译发布**
---
### backend/crmeb-admin模块变更
- 1. profile: bygsf212
- 2. profile file: application-bygsf212.yml, mysql和redis主机ip修改sync: source-id: shop_18 target-mer-id: 18
### 积分商城后台backend-adminend配置变更
- 1. backend-adminend/.env.development文件中VUE_APP_BASE_API改为https://jf.b3y45.com
- 2. backend-adminend/.env.production文件中VUE_APP_BASE_API改为https://jf.b3y45.com
---
## 相关文件
、、、启动积分商城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
、、、