|
|
@@ -695,7 +695,7 @@
|
|
|
</style>
|
|
|
<button class="wx-open-app-btn" aria-label="APP内打开">
|
|
|
<span class="fab__brand-clip" aria-hidden="true">
|
|
|
- <img class="fab__brand-img" src="https://test.ailien.shop/h5/HBuilderProjects/images/uBtn.svg" alt="" decoding="async">
|
|
|
+ <img class="fab__brand-img" src="https://prod.ailien.shop/h5/HBuilderProjects/images/uBtn.svg" alt="" decoding="async">
|
|
|
</span>
|
|
|
<span class="fab__label">APP内打开</span>
|
|
|
</button>
|
|
|
@@ -723,7 +723,7 @@
|
|
|
var APP_IOS_URL_SCHEME = 'shopro://';
|
|
|
var APP_UNI_STORE_PATH = 'pages/secondHandTransactions/pages/detail/index';
|
|
|
|
|
|
- var API_BASE = 'https://test.ailien.shop/alienStore';
|
|
|
+ var API_BASE = 'https://prod.ailien.shop/alienStore';
|
|
|
|
|
|
/**
|
|
|
* 微信 JSSDK — 与 shareIndex.html 一致
|
|
|
@@ -732,9 +732,9 @@
|
|
|
var WECHAT_MP_APP_ID = 'wx412792c77f47babd';
|
|
|
var WECHAT_OPEN_APP_ID = 'wxf5f1efe3a9f5012e';
|
|
|
var WECHAT_GET_WX_CONFIG_PATH = '/wx/getWxConfig';
|
|
|
- var H5_PAGE_BASE_FALLBACK = 'https://test.ailien.shop/h5/HBuilderProjects/';
|
|
|
+ var H5_PAGE_BASE_FALLBACK = 'https://prod.ailien.shop/h5/HBuilderProjects/';
|
|
|
var WX_GET_CONFIG_SIGN_URL = H5_PAGE_BASE_FALLBACK + 'secondShareGoods.html';
|
|
|
- var WECHAT_JS_SAFE_HOSTS = ['uat.ailien.shop', 'test.ailien.shop'];
|
|
|
+ var WECHAT_JS_SAFE_HOSTS = ['uat.ailien.shop', 'prod.ailien.shop'];
|
|
|
var weChatJssdkConfigured = false;
|
|
|
var wxConfigSignRetriedBaseUrl = false;
|
|
|
var wxInitLastError = '';
|
|
|
@@ -1380,8 +1380,8 @@
|
|
|
return custom.replace(/\/+$/, '');
|
|
|
}
|
|
|
var host = (location.hostname || '').toLowerCase();
|
|
|
- if (host === 'test.ailien.shop' || host === 'uat.ailien.shop') {
|
|
|
- return 'https://test.ailien.shop/alienSecond';
|
|
|
+ if (host === 'prod.ailien.shop' || host === 'uat.ailien.shop') {
|
|
|
+ return 'https://prod.ailien.shop/alienSecond';
|
|
|
}
|
|
|
return 'http://120.26.186.130:8000/alienSecond';
|
|
|
}
|