Commit bb29759d authored by 郭志伟's avatar 郭志伟

fix(tenantId): 问题修复

parent 2fcb8fa2
...@@ -48,7 +48,7 @@ export default { ...@@ -48,7 +48,7 @@ export default {
mpSchema: '', mpSchema: '',
link: '', link: '',
shareInfo: {}, shareInfo: {},
showShareOverlay: ((isWechat && !isWxMp) || isH5Normal) && !(localStorage.get('vccChannel') || localStorage.get('tenantId')), showShareOverlay: ((isWechat && !isWxMp) || isH5Normal) && !(localStorage.get('vccChannel') || (localStorage.get('tenantId') && getParameterByName('fromHost', window.location.href))),
isWechat isWechat
}; };
}, },
......
{ {
"api": { "api": {
"apiHost": "https://quantum-blocks-test4.liangkebang.net", "apiHost": "https://quantum-blocks-test1.liangkebang.net",
"h5Host": "https://quantum-h5-test4.liangkebang.net", "h5Host": "https://quantum-h5-test1.liangkebang.net",
"opapiHost": "https://opapi-test4.liangkebang.net", "opapiHost": "https://opapi-test1.liangkebang.net",
"passportHost": "https://passportapi-test4.liangkebang.net", "passportHost": "https://passportapi-test1.liangkebang.net",
"kdspHost": "https://talos-test4.liangkebang.net", "kdspHost": "https://talos-test1.liangkebang.net",
"loginUrl": "", "loginUrl": "",
"mallHost": "https://mall-test4.liangkebang.net", "h5ShopHost": "https://tenet-test1.liangkebang.net/#",
"h5ShopHost": "https://tenet-test4.liangkebang.net/#",
"yxmTenantId": 560761, "yxmTenantId": 560761,
"appIdMap": { "appIdMap": {
"560761": "wxe16bf9293671506c", "560761": "wxe16bf9293671506c",
...@@ -16,16 +15,16 @@ ...@@ -16,16 +15,16 @@
}, },
"mysql": { "mysql": {
"low_code": { "low_code": {
"host": "172.17.5.36", "host": "172.17.5.45",
"port": "30893", "port": "32696",
"username": "qa", "username": "qa",
"password": "qatest", "password": "qatest",
"database": "low_code" "database": "low_code"
} }
}, },
"redis": { "redis": {
"port": "32677", "host": "172.17.5.48",
"host": "172.17.5.24", "port": "32625",
"password": "", "password": "",
"db": 0 "db": 0
}, },
......
{ {
"apiHost": "https://quantum-blocks-test4.liangkebang.net", "apiHost": "https://quantum-blocks-test1.liangkebang.net",
"h5Host": "https://quantum-h5-test4.liangkebang.net", "h5Host": "https://quantum-h5-test1.liangkebang.net",
"opapiHost": "https://opapi-test4.liangkebang.net", "opapiHost": "https://opapi-test1.liangkebang.net",
"passportHost": "https://passportapi-test4.liangkebang.net", "passportHost": "https://passportapi-test1.liangkebang.net",
"kdspHost": "https://talos-test4.liangkebang.net", "kdspHost": "https://talos-test1.liangkebang.net",
"loginUrl": "", "loginUrl": "",
"mallHost": "https://mall-test4.liangkebang.net", "h5ShopHost": "https://tenet-test1.liangkebang.net/#",
"h5ShopHost": "https://tenet-test4.liangkebang.net/#", "yxmTenantId": 560761,
"yxmTenantId": 560761, "appIdMap": {
"appIdMap": { "560761": "wxe16bf9293671506c",
"560761": "wxe16bf9293671506c", "560867": "wxccb8435d68e8c7d6"
"560867": "wxccb8435d68e8c7d6" }
}
} }
\ No newline at end of file
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