增加com域名的逻辑
This commit is contained in:
parent
0adcbdf1c3
commit
e39c526b95
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user