Files
integral-shop/company-info-czc231.md
apple f5e8652539 feat(czc231): 宝应晨召春商贸环境
- 新增 application-czc231.yml(front/admin),指向 8.136.120.231
- 默认 profile=czc231;合同 PDF sign_contract_chenzhaochun,域名 chenzhaochun.com
- uniapp / 后台 Vue / deploy.conf 同步文档域名与目录
- h5/static/configs.js:寄卖与积分 URL(sn_id、appStr 需部署时填写)
- 已在库内 wa_options.system_config 写入标题实体与 deploy 段落(远程库)

Made-with: Cursor
2026-04-05 11:11:01 +08:00

59 lines
2.0 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 公司名称:宝应晨召春商贸
host ip: 8.136.120.231
### 数据库 wa_options`name` = `system_config`
-`value`JSON中的站点 **title** 改为公司名称的 **HTML 十进制实体**,
- 同步修改 JSON 内与各环境相关的 URL / 路径项,与下文部署信息一致(寄卖 API、后台、H5、积分商城域名及服务器目录等
### `h5/static/configs.js` 中与租户绑定的项
- **sn_id**、**appStr**:须与当前晨召春商贸环境一致(积分商城租户 / `wa_options` 与寄卖后台 `APP_SECRET` 等)。
| 配置项 | 示例 / 说明 |
|--------|-------------|
| A. 寄卖商城 API | `https://admin.chenzhaochun.com/api` |
| B. 寄卖商城后台 | `https://admin.chenzhaochun.com` |
| C. 寄卖 H5 | `https://chenzhaochun.com/` |
| D. 积分商城 | `https://jf.chenzhaochun.com` |
| E. 服务器积分商城目录 | `/www/wwwroot/jf.chenzhaochun.com` |
| F. 服务器寄卖 H5 目录 | `/www/wwwroot/chenzhaochun.com` |
| G. 服务器寄卖后台目录 | `/www/wwwroot/admin.chenzhaochun.com` |
### crmeb-front模块变更
- 1. profile: czc231
- 2. profile file: application-czc231.yml
- 3. **PDF合同模板文件路径**pdf/sign_contract_chenzhaochun.pdf
- 4. 用户PDF合同url地址前缀/落库域名https://chenzhaochun.com/
- 5. imagePath: /www/wwwroot/chenzhaochun.com/
### uniapp前端配置变更
- 1. 积分商城domainhttps://jf.chenzhaochun.com
- 2. 抢购页面跳转地址https://chenzhaochun.com
- 2. **PDF合同预览文件路径** /static/sign_contract_chenzhaochun.pdf
### **修改任务**
- 新建czc231分支合并hapr191分支的最新代码到该分支并根据上述信息修改相关需要变更项使符合该新公司项目环境
## 相关文件
- change-list-shjjy153.md
- 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
、、、