|
@@ -189,6 +189,7 @@ export function initEnv() {
|
|
window.cmrApi = 'https://qa-crm.kerryplus.com/xcrm-api/api';
|
|
window.cmrApi = 'https://qa-crm.kerryplus.com/xcrm-api/api';
|
|
window.api = 'qaApi';
|
|
window.api = 'qaApi';
|
|
window.QR_CODE_BASE_URL = 'https://p.kerryplus.com';
|
|
window.QR_CODE_BASE_URL = 'https://p.kerryplus.com';
|
|
|
|
+ window.QUESTIONNAIRE_BASE_URL = 'https://qa-questionnaire.kerryplus.com';
|
|
// window.env = 'dev';
|
|
// window.env = 'dev';
|
|
// window.profileApi = 'https://dev-gateway-kip.kerryonvip.com/api';
|
|
// window.profileApi = 'https://dev-gateway-kip.kerryonvip.com/api';
|
|
// window.cmrApi = 'https://dev-crm.kerryplus.com/xcrm-api/api';
|
|
// window.cmrApi = 'https://dev-crm.kerryplus.com/xcrm-api/api';
|
|
@@ -207,6 +208,7 @@ export function initEnv() {
|
|
window.api = 'devApi';
|
|
window.api = 'devApi';
|
|
window.wechatOfficialAccountId = 'wxb81a622ed6d60adf';
|
|
window.wechatOfficialAccountId = 'wxb81a622ed6d60adf';
|
|
window.QR_CODE_BASE_URL = 'https://pd.kerryplus.com';
|
|
window.QR_CODE_BASE_URL = 'https://pd.kerryplus.com';
|
|
|
|
+ window.QUESTIONNAIRE_BASE_URL = 'https://dev-questionnaire.kerryonvip.com';
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
if ( origin.indexOf('https://qa-') > -1 ) {
|
|
if ( origin.indexOf('https://qa-') > -1 ) {
|
|
@@ -216,6 +218,7 @@ export function initEnv() {
|
|
window.cmrApi = 'https://qa-crm.kerryplus.com/xcrm-api/api';
|
|
window.cmrApi = 'https://qa-crm.kerryplus.com/xcrm-api/api';
|
|
window.wechatOfficialAccountId = 'wxb81a622ed6d60adf';
|
|
window.wechatOfficialAccountId = 'wxb81a622ed6d60adf';
|
|
window.QR_CODE_BASE_URL = 'https://pq.kerryplus.com';
|
|
window.QR_CODE_BASE_URL = 'https://pq.kerryplus.com';
|
|
|
|
+ window.QUESTIONNAIRE_BASE_URL = 'https://qa-questionnaire.kerryplus.com';
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
if ( origin.indexOf('https://sl-') > -1 ) {
|
|
if ( origin.indexOf('https://sl-') > -1 ) {
|
|
@@ -225,6 +228,7 @@ export function initEnv() {
|
|
window.api = 'api';
|
|
window.api = 'api';
|
|
window.wechatOfficialAccountId = 'wxb150c7d193e8662d'
|
|
window.wechatOfficialAccountId = 'wxb150c7d193e8662d'
|
|
window.QR_CODE_BASE_URL = 'https://p.kerryplus.com';
|
|
window.QR_CODE_BASE_URL = 'https://p.kerryplus.com';
|
|
|
|
+ window.QUESTIONNAIRE_BASE_URL = 'https://sl-questionnaire.kerryplus.com';
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
if ( origin.indexOf('https://lt-') > -1 ) {
|
|
if ( origin.indexOf('https://lt-') > -1 ) {
|
|
@@ -234,6 +238,7 @@ export function initEnv() {
|
|
window.api = 'api';
|
|
window.api = 'api';
|
|
window.wechatOfficialAccountId = 'wx2bd99ca94d6acd7e';
|
|
window.wechatOfficialAccountId = 'wx2bd99ca94d6acd7e';
|
|
window.QR_CODE_BASE_URL = 'https://p.kerryplus.com';
|
|
window.QR_CODE_BASE_URL = 'https://p.kerryplus.com';
|
|
|
|
+ window.QUESTIONNAIRE_BASE_URL = 'https://lt-questionnaire.kerryplus.com';
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
window.env = 'prod';
|
|
window.env = 'prod';
|
|
@@ -242,6 +247,7 @@ export function initEnv() {
|
|
window.api = 'api';
|
|
window.api = 'api';
|
|
window.wechatOfficialAccountId = 'wxb150c7d193e8662d';
|
|
window.wechatOfficialAccountId = 'wxb150c7d193e8662d';
|
|
window.QR_CODE_BASE_URL = 'https://p.kerryplus.com';
|
|
window.QR_CODE_BASE_URL = 'https://p.kerryplus.com';
|
|
|
|
+ window.QUESTIONNAIRE_BASE_URL = 'https://questionnaire.kerryplus.com';
|
|
}
|
|
}
|
|
|
|
|
|
export function requestInit() {
|
|
export function requestInit() {
|