Commit 247488d6 authored by 郭志伟's avatar 郭志伟

切换为test1

parent d943ddbe
// const protocol = EASY_ENV_IS_BROWSER ? window.location.protocol : 'https';
// export default {
// apiHost: `https://quantum-blocks-vcc2.liangkebang.net/`,
// h5Host: 'https://quantum-h5-vcc2.liangkebang.net/',
// opapiHost: 'https://opapi-vcc2.liangkebang.net',
// qiniuHost: `https://appsync.lkbang.net/`,
// shenceUrl: `${protocol}//bn.xyqb.com/sa?project=production`,
// qiniuUpHost: `${protocol}//up-z0.qiniup.com`,
// };
const protocol = EASY_ENV_IS_BROWSER ? window.location.protocol : 'https';
export default {
...(EASY_ENV_IS_BROWSER ? window.apollo : {}),
apiHost: `https://quantum-blocks-test1.liangkebang.net/`,
h5Host: 'https://quantum-h5-test1.liangkebang.net/',
opapiHost: 'https://opapi-test1.liangkebang.net',
qiniuHost: `https://appsync.lkbang.net/`,
shenceUrl: `${protocol}//bn.xyqb.com/sa?project=production`,
qiniuUpHost: `${protocol}//up-z0.qiniup.com`,
};
// const protocol = EASY_ENV_IS_BROWSER ? window.location.protocol : 'https';
// export default {
// ...(EASY_ENV_IS_BROWSER ? window.apollo : {}),
// shenceUrl: `${protocol}//bn.xyqb.com/sa?project=production`,
// };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment