增加com域名的逻辑

This commit is contained in:
季圣华 2023-06-27 20:28:36 +08:00
parent 0adcbdf1c3
commit e39c526b95
3 changed files with 3 additions and 3 deletions

View File

@ -272,7 +272,7 @@
},
showWeixinSpan() {
let host = window.location.host
if(host === 'cloud.huaxiaerp.vip') {
if(host === 'cloud.huaxiaerp.vip' || host === 'cloud.huaxiaerp.com') {
return true
} else {
return false

View File

@ -305,7 +305,7 @@
},
showWeixinSpan() {
let host = window.location.host
if(host === 'cloud.huaxiaerp.vip') {
if(host === 'cloud.huaxiaerp.vip' || host === 'cloud.huaxiaerp.com') {
return true
} else {
return false

View File

@ -289,7 +289,7 @@
},
showWeixinSpan() {
let host = window.location.host
if(host === 'cloud.huaxiaerp.vip') {
if(host === 'cloud.huaxiaerp.vip' || host === 'cloud.huaxiaerp.com') {
return true
} else {
return false