From 366ebe32bb65602465616733c7c449a1f663046c Mon Sep 17 00:00:00 2001 From: jishenghua <752718920@qq.com> Date: Wed, 16 Oct 2024 23:22:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=A6=96=E9=A1=B5=E7=9A=84?= =?UTF-8?q?=E7=95=8C=E9=9D=A2?= 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/jshERP-web/src/components/layouts/UserLayout.vue b/jshERP-web/src/components/layouts/UserLayout.vue index 57243582..fcdc4e11 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.gyjerp.com' || host === 'cloud.huaxiaerp.vip' || host === 'cloud.huaxiaerp.com') { + if(host === 'cloud.gyjerp.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 2bffad3c..a47bfa7f 100644 --- a/jshERP-web/src/views/dashboard/IndexChart.vue +++ b/jshERP-web/src/views/dashboard/IndexChart.vue @@ -219,9 +219,9 @@ }) buyOrSalePrice().then(res=>{ if(res.code === 200){ - this.buyPriceData = res.data.buyPriceList; - this.salePriceData = res.data.salePriceList; - this.retailPriceData = res.data.retailPriceList; + this.buyPriceData = res.data.buyPriceList + this.salePriceData = res.data.salePriceList + this.retailPriceData = res.data.retailPriceList } }) getPlatformConfigByKey({"platformKey": "pay_fee_url"}).then((res)=> { @@ -271,7 +271,7 @@ }, showWeixinSpan() { let host = window.location.host - if(host === 'cloud.gyjerp.com' || host === 'cloud.huaxiaerp.vip' || host === 'cloud.huaxiaerp.com') { + if(host === 'cloud.gyjerp.com') { return true } else { return false