Files
integral-resell/h5/static/configs.js
apple 6b77b82230 feat(czc231): point resell H5 to chenzhaochun domains (晨召春商贸)
- Update configs.js TITLE, API, IMG, H5 URLs; sn_id/appStr are placeholders
  and must be synced from integral wa_options and resell APP_SECRET before deploy.
- Point integral mall links to https://jf.chenzhaochun.com in personal and webview bundles.

Made-with: Cursor
2026-04-05 10:42:54 +08:00

13 lines
394 B
JavaScript
Executable File

"use strict"
const configs = {
TITLE: '晨召春商贸',
BASE_URL: 'https://admin.chenzhaochun.com/api',
IMG_URL: 'https://admin.chenzhaochun.com',
H5_URL: 'https://chenzhaochun.com/',
contractPage: 10012,
// 须与积分商城 wa_options 及寄卖后台 APP_SECRET 一致;晨召春上线前从后台核对后填入,勿沿用他司示例值。
sn_id: 0,
appStr: '',
// appKey: ,
}