- 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
13 lines
394 B
JavaScript
Executable File
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: ,
|
|
}
|