|
@@ -214,6 +214,14 @@ export function initEnv() {
|
|
|
window.wechatOfficialAccountId = 'wxb150c7d193e8662d'
|
|
|
return;
|
|
|
}
|
|
|
+ if ( origin.indexOf('https://lt-') > -1 ) {
|
|
|
+ window.env = 'lt';
|
|
|
+ window.profileApi = 'https://lt-apim.kerryplus.com/c/api';
|
|
|
+ window.cmrApi = 'https://lt-crm.kerryplus.com/xcrm-api/api';
|
|
|
+ window.api = 'api';
|
|
|
+ window.wechatOfficialAccountId = 'wx2bd99ca94d6acd7e'
|
|
|
+ return;
|
|
|
+ }
|
|
|
window.env = 'prod';
|
|
|
window.profileApi = 'https://apim.kerryplus.com/c/api';
|
|
|
window.cmrApi = 'https://crm.kerryplus.com/xcrm-api/api';
|