Files
integral-shop/single_uniapp22miao/h5/static/configs.js
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

18 lines
618 B
JavaScript
Raw 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.
/**
* 宝应晨召春商贸 · 积分商城 H5 静态配置(部署目录见 company-info-czc231.md
*
* sn_id、appStr 必须与当前租户一致(寄卖 wa_options / 后台 APP_SECRET 等),
* 上线前请在后台核对后填写,切勿留空。
*/
var sn_id = '';
var appStr = '';
/** A. 寄卖商城 API */
var CONSIGNMENT_API = 'https://admin.chenzhaochun.com/api';
/** B. 寄卖商城后台 */
var CONSIGNMENT_ADMIN = 'https://admin.chenzhaochun.com';
/** C. 寄卖 H5 */
var CONSIGNMENT_H5 = 'https://chenzhaochun.com/';
/** D. 积分商城 */
var INTEGRAL_MALL = 'https://jf.chenzhaochun.com';