chore(czcf82): add contract assets and environment info docs

Add czcf82 contract PDF assets for backend and uniapp, and include company environment reference docs needed for deployment handoff.

Made-with: Cursor
This commit is contained in:
danaisuiyuan
2026-04-17 13:04:14 +08:00
parent 43d652aa42
commit 18b74a131a
7 changed files with 268 additions and 0 deletions

View File

@@ -0,0 +1,54 @@
## 公司名称: 池州瑞棠商贸有限公司, host ip: 101.37.101.6
---
### backend/crmeb-front模块变更
- 1. profile: czrt6
- 2. profile file: application-czrt6.yml, mysql和redis主机ip修改
- 3. **PDF合同模板文件路径**pdf/sign_contract_czrt6.pdf
- 4. 用户PDF合同url地址前缀/落库域名https://czruitang.com/
- 5. imagePath: /www/wwwroot/czruitang.com/
### uniapp前端配置变更
- 1. 积分商城domainhttps://jf.czruitang.com
- 2. 抢购页面跳转地址https://czruitang.com
- 2. **PDF合同预览文件路径** /static/sign_contract_czrt6.pdf
---
### backend/crmeb-admin模块变更
- 1. profile: czrt6
- 2. profile file: application-czrt6.yml, mysql和redis主机ip修改sync: source-id: shop_12 target-mer-id: 12
### 积分商城后台backend-adminend配置变更
- 1. backend-adminend/.env.development文件中VUE_APP_BASE_API改为https://jf.czruitang.com
- 2. backend-adminend/.env.production文件中VUE_APP_BASE_API改为https://jf.czruitang.com
---
### **修改任务**
- 新建分支czrt6合并byjyw149分支的最新代码到该分支并根据上述信息修改相关需要变更项使符合该新公司项目环境
## 相关文件
- docs/company-info-byjyw149.md
- docs/compare-shjjy153-shccd159.md
、、、启动积分商城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
、、、