From 6ad860553a9298468a6deb9fa7fba4da667183cc Mon Sep 17 00:00:00 2001 From: jishenghua <752718920@qq.com> Date: Sat, 20 Jul 2024 11:29:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=B0=E7=9A=84=E7=BD=91?= =?UTF-8?q?=E5=9D=80=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/components/layouts/UserLayout.vue | 2 +- jshERP-web/src/views/dashboard/IndexChart.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jshERP-web/src/components/layouts/UserLayout.vue b/jshERP-web/src/components/layouts/UserLayout.vue index c7418a0e..57243582 100644 --- a/jshERP-web/src/components/layouts/UserLayout.vue +++ b/jshERP-web/src/components/layouts/UserLayout.vue @@ -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 diff --git a/jshERP-web/src/views/dashboard/IndexChart.vue b/jshERP-web/src/views/dashboard/IndexChart.vue index f89f12a3..2bffad3c 100644 --- a/jshERP-web/src/views/dashboard/IndexChart.vue +++ b/jshERP-web/src/views/dashboard/IndexChart.vue @@ -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