docs(sxsy80): 补充文档、合同资源与数据清理脚本
- 更新前后端 sign_contract_sxsy80.pdf - 增加 com-sxsy80 说明、数据迁移与 SQL/执行脚本 - 增加 com-xsj33 数据迁移说明与 docs 下合同源文件 Made-with: Cursor
This commit is contained in:
50
docs/com-sxsy80.md
Normal file
50
docs/com-sxsy80.md
Normal file
@@ -0,0 +1,50 @@
|
||||
## 公司名称: 太原树英商贸, host ip: 106.14.132.80
|
||||
|
||||
---
|
||||
|
||||
### backend/crmeb-front模块变更
|
||||
|
||||
- 1. profile: sxsy80
|
||||
- 2. profile file: application-sxsy80.yml, mysql和redis主机ip修改
|
||||
- 3. **PDF合同模板文件路径**:pdf/sign_contract_sxsy80.pdf
|
||||
- 4. 用户PDF合同url地址前缀/落库域名:https://sxsy.cichude.com/
|
||||
- 5. imagePath: /www/wwwroot/sxsy.cichude.com/
|
||||
|
||||
### uniapp前端配置变更
|
||||
|
||||
- 1. 积分商城domain:https://sxsy-jf.cichude.com
|
||||
- 2. 抢购页面跳转地址:https://sxsy.cichude.com
|
||||
- 3. **PDF合同预览文件路径**: /static/sign_contract_sxsy80.pdf
|
||||
|
||||
|
||||
---
|
||||
|
||||
### backend/crmeb-admin模块变更
|
||||
|
||||
- 1. profile: sxsy80
|
||||
- 2. profile file: application-sxsy80.yml, mysql和redis主机ip修改,sync: source-id: shop_14, target-mer-id: 14
|
||||
|
||||
### 积分商城后台backend-adminend配置变更
|
||||
|
||||
- 1. backend-adminend/.env.development文件中VUE_APP_BASE_API改为https://sxsy-jf.cichude.com
|
||||
- 2. backend-adminend/.env.production文件中VUE_APP_BASE_API改为https://sxsy-jf.cichude.com
|
||||
|
||||
---
|
||||
|
||||
|
||||
### **修改任务**
|
||||
|
||||
- 新建分支sxsy80,合并czcf82分支的最新代码到该分支,并根据上述信息修改相关需要变更项,使符合该新公司项目环境
|
||||
|
||||
|
||||
## 相关文件
|
||||
|
||||
、、、启动积分商城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
|
||||
、、、
|
||||
Reference in New Issue
Block a user