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
This commit is contained in:
apple
2026-04-05 10:42:54 +08:00
parent 2db7904644
commit 6b77b82230
3 changed files with 10 additions and 10 deletions

View File

@@ -1,12 +1,12 @@
"use strict" "use strict"
const configs = { const configs = {
TITLE: '鹏然商贸', TITLE: '晨召春商贸',
BASE_URL: 'https://admin.hapengran.com/api', BASE_URL: 'https://admin.chenzhaochun.com/api',
IMG_URL: 'https://admin.hapengran.com', IMG_URL: 'https://admin.chenzhaochun.com',
H5_URL: 'https://hapengran.com/', H5_URL: 'https://chenzhaochun.com/',
contractPage: 10012, contractPage: 10012,
// 须与积分商城 / wa_options 及寄卖后台 APP_SECRET 一致;上线淮安鹏然前请从后台同步替换,勿沿用其他租户 // 须与积分商城 wa_options 及寄卖后台 APP_SECRET 一致;晨召春上线前从后台核对后填入,勿沿用他司示例值
sn_id: 1753363479, sn_id: 0,
appStr: 'ZFyTNQTWEkCBczKzyUDJWE9Ecxtjjzwg', appStr: '',
// appKey: , // appKey: ,
} }

View File

@@ -267,7 +267,7 @@
// http://jf.suzhouyuqi.com/pages/integral/points?username= // http://jf.suzhouyuqi.com/pages/integral/points?username=
arguments[0] = e = t.$handleEvent(e), arguments[0] = e = t.$handleEvent(e),
window.location.href = window.location.href =
"https://jf.hapengran.com/pages/integral/points?username=" + "https://jf.chenzhaochun.com/pages/integral/points?username=" +
t.userInfo.mobile + "#/pages/integral/points" t.userInfo.mobile + "#/pages/integral/points"
} }
} }

View File

@@ -12,7 +12,7 @@
o = { o = {
data: function() { data: function() {
return { return {
urlSrc: "https://jf.hapengran.com/?sn_id=".concat(uni.$sn_id), urlSrc: "https://jf.chenzhaochun.com/?sn_id=".concat(uni.$sn_id),
passback: "" passback: ""
} }
}, },
@@ -40,7 +40,7 @@
void 0 === a ? void 0 === a ?
void 0 : a.id, void 0 : a.id,
e.passback && setTimeout((function() { e.passback && setTimeout((function() {
window.location.href = "https://jf.hapengran.com/?user_id=" + e.passback window.location.href = "https://jf.chenzhaochun.com/?user_id=" + e.passback
}), 200)); }), 200));
case 4: case 4:
case "end": case "end":