增加新的网址判断

This commit is contained in:
jishenghua 2024-07-20 11:29:02 +08:00
parent e9ccd19161
commit 6ad860553a
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@
},
created () {
let host = window.location.host
if(host === 'cloud.huaxiaerp.vip' || host === 'cloud.huaxiaerp.com') {
if(host === 'cloud.gyjerp.com' || host === 'cloud.huaxiaerp.vip' || host === 'cloud.huaxiaerp.com') {
this.isShowRight = true
} else {
this.isShowRight = false

View File

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