- configs.js: 鹏然商贸 title and admin/hapengran API & H5 base URLs - personal/webview: jf.hapengran.com for points and webview flows - company-info: wa_options title entities, deploy table, sn_id/appStr notes - Docs and .gitignore adjustments Made-with: Cursor
13 lines
425 B
JavaScript
Executable File
13 lines
425 B
JavaScript
Executable File
"use strict"
|
|
const configs = {
|
|
TITLE: '鹏然商贸',
|
|
BASE_URL: 'https://admin.hapengran.com/api',
|
|
IMG_URL: 'https://admin.hapengran.com',
|
|
H5_URL: 'https://hapengran.com/',
|
|
contractPage: 10012,
|
|
// 须与积分商城 / wa_options 及寄卖后台 APP_SECRET 一致;上线淮安鹏然前请从后台同步替换,勿沿用其他租户。
|
|
sn_id: 1753363479,
|
|
appStr: 'ZFyTNQTWEkCBczKzyUDJWE9Ecxtjjzwg',
|
|
// appKey: ,
|
|
}
|