增加com域名的逻辑
This commit is contained in:
@@ -272,7 +272,7 @@
|
|||||||
},
|
},
|
||||||
showWeixinSpan() {
|
showWeixinSpan() {
|
||||||
let host = window.location.host
|
let host = window.location.host
|
||||||
if(host === 'cloud.huaxiaerp.vip') {
|
if(host === 'cloud.huaxiaerp.vip' || host === 'cloud.huaxiaerp.com') {
|
||||||
return true
|
return true
|
||||||
} else {
|
} else {
|
||||||
return false
|
return false
|
||||||
|
|||||||
@@ -305,7 +305,7 @@
|
|||||||
},
|
},
|
||||||
showWeixinSpan() {
|
showWeixinSpan() {
|
||||||
let host = window.location.host
|
let host = window.location.host
|
||||||
if(host === 'cloud.huaxiaerp.vip') {
|
if(host === 'cloud.huaxiaerp.vip' || host === 'cloud.huaxiaerp.com') {
|
||||||
return true
|
return true
|
||||||
} else {
|
} else {
|
||||||
return false
|
return false
|
||||||
|
|||||||
@@ -289,7 +289,7 @@
|
|||||||
},
|
},
|
||||||
showWeixinSpan() {
|
showWeixinSpan() {
|
||||||
let host = window.location.host
|
let host = window.location.host
|
||||||
if(host === 'cloud.huaxiaerp.vip') {
|
if(host === 'cloud.huaxiaerp.vip' || host === 'cloud.huaxiaerp.com') {
|
||||||
return true
|
return true
|
||||||
} else {
|
} else {
|
||||||
return false
|
return false
|
||||||
|
|||||||
Reference in New Issue
Block a user