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