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
This commit is contained in:
17
single_uniapp22miao/h5/static/configs.js
Normal file
17
single_uniapp22miao/h5/static/configs.js
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* 宝应晨召春商贸 · 积分商城 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';
|
||||
Reference in New Issue
Block a user