chore(czcf82): Spring profiles, migration docs, and shop URLs

Add per-shop application YAML, company data migration notes and SQL
supplements, and point admin, API, and uni-app at czcf82 endpoints.

Made-with: Cursor
This commit is contained in:
danaisuiyuan
2026-04-26 15:55:22 +08:00
parent 18b74a131a
commit eb349ffa74
30 changed files with 3376 additions and 24 deletions

View File

@@ -1,8 +1,6 @@
## 公司名称:池州春芳商贸, host ip: 121.43.134.82
域名: czchunfang.com
---
### backend/crmeb-front模块变更
@@ -10,13 +8,13 @@
- 1. profile: czcf82
- 2. profile file: application-czcf82.yml, mysql和redis主机ip修改
- 3. **PDF合同模板文件路径**pdf/sign_contract_czcf82.pdf
- 4. 用户PDF合同url地址前缀/落库域名https://jinyawen.com/
- 5. imagePath: /www/wwwroot/jinyawen.com/
- 4. 用户PDF合同url地址前缀/落库域名https://czcf.uj345.com/
- 5. imagePath: /www/wwwroot/czchunfang.com/
### uniapp前端配置变更
- 1. 积分商城domainhttps://jf.jinyawen.com
- 2. 抢购页面跳转地址https://jinyawen.com
- 1. 积分商城domainhttps://czcf-jf.uj345.com
- 2. 抢购页面跳转地址https://czcf.uj345.com
- 2. **PDF合同预览文件路径** /static/sign_contract_czcf82.pdf
---
@@ -28,14 +26,14 @@
### 积分商城后台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
- 1. backend-adminend/.env.development文件中VUE_APP_BASE_API改为https://czcf-jf.uj345.com
- 2. backend-adminend/.env.production文件中VUE_APP_BASE_API改为https://czcf-jf.uj345.com
---
### **修改任务**
- 新建分支czcf82合并byjyw149分支的最新代码到该分支,并根据上述信息修改相关需要变更项,使符合该新公司项目环境
- 新建分支czcf82合并czrt6分支的最新代码到该分支,并根据上述信息修改相关需要变更项,使符合该新公司项目环境
## 相关文件