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

fix(tenantId): 问题修复

parent 2fcb8fa2
......@@ -48,7 +48,7 @@ export default {
mpSchema: '',
link: '',
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
};
},
......
{
"api": {
"apiHost": "https://quantum-blocks-test4.liangkebang.net",
"h5Host": "https://quantum-h5-test4.liangkebang.net",
"opapiHost": "https://opapi-test4.liangkebang.net",
"passportHost": "https://passportapi-test4.liangkebang.net",
"kdspHost": "https://talos-test4.liangkebang.net",
"apiHost": "https://quantum-blocks-test1.liangkebang.net",
"h5Host": "https://quantum-h5-test1.liangkebang.net",
"opapiHost": "https://opapi-test1.liangkebang.net",
"passportHost": "https://passportapi-test1.liangkebang.net",
"kdspHost": "https://talos-test1.liangkebang.net",
"loginUrl": "",
"mallHost": "https://mall-test4.liangkebang.net",
"h5ShopHost": "https://tenet-test4.liangkebang.net/#",
"h5ShopHost": "https://tenet-test1.liangkebang.net/#",
"yxmTenantId": 560761,
"appIdMap": {
"560761": "wxe16bf9293671506c",
......@@ -16,16 +15,16 @@
},
"mysql": {
"low_code": {
"host": "172.17.5.36",
"port": "30893",
"host": "172.17.5.45",
"port": "32696",
"username": "qa",
"password": "qatest",
"database": "low_code"
}
},
"redis": {
"port": "32677",
"host": "172.17.5.24",
"host": "172.17.5.48",
"port": "32625",
"password": "",
"db": 0
},
......
{
"apiHost": "https://quantum-blocks-test4.liangkebang.net",
"h5Host": "https://quantum-h5-test4.liangkebang.net",
"opapiHost": "https://opapi-test4.liangkebang.net",
"passportHost": "https://passportapi-test4.liangkebang.net",
"kdspHost": "https://talos-test4.liangkebang.net",
"loginUrl": "",
"mallHost": "https://mall-test4.liangkebang.net",
"h5ShopHost": "https://tenet-test4.liangkebang.net/#",
"yxmTenantId": 560761,
"appIdMap": {
"560761": "wxe16bf9293671506c",
"560867": "wxccb8435d68e8c7d6"
}
"apiHost": "https://quantum-blocks-test1.liangkebang.net",
"h5Host": "https://quantum-h5-test1.liangkebang.net",
"opapiHost": "https://opapi-test1.liangkebang.net",
"passportHost": "https://passportapi-test1.liangkebang.net",
"kdspHost": "https://talos-test1.liangkebang.net",
"loginUrl": "",
"h5ShopHost": "https://tenet-test1.liangkebang.net/#",
"yxmTenantId": 560761,
"appIdMap": {
"560761": "wxe16bf9293671506c",
"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