Commit 9ce71c1c authored by 郭志伟's avatar 郭志伟

fix: 问题修复

parent 677dfe2d
......@@ -2,7 +2,7 @@ const protocol = EASY_ENV_IS_BROWSER ? window.location.protocol : 'https';
const hostMap = {
apiHost: `${protocol}//quantum-blocks.q-gp.com`,
h5Host: '${protocol}//quantum-h5.q-gp.com',
h5Host: `${protocol}//quantum-h5.q-gp.com`,
qiniuHost: `${protocol}//appsync.lkbang.net`,
shenceUrl: `${protocol}//bn.xyqb.com/sa?project=production`,
opapiHost: `${protocol}//opapi.q-gp.com`,
......
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