From 2dcd192814dddc0c9c668e902519f6d9ed9c8199 Mon Sep 17 00:00:00 2001 From: h7ml Date: Mon, 13 Jun 2022 14:19:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BD=8E=E4=BB=A3=E7=A0=81):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E4=BD=8E=E4=BB=A3=E7=A0=81=E9=93=BE=E6=8E=A5=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/views/CloudFunction/lowcode/index.vue | 2 +- src/views/CloudPressure/index.vue | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3f0c2cdac5..8779c119ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dgiot/dgiot-dashboard", - "version": "4.5.5", + "version": "4.5.4", "author": "iotn2n", "license": "MPL-2.0", "private": false, diff --git a/src/views/CloudFunction/lowcode/index.vue b/src/views/CloudFunction/lowcode/index.vue index 9f629eedb4..73b6b41171 100644 --- a/src/views/CloudFunction/lowcode/index.vue +++ b/src/views/CloudFunction/lowcode/index.vue @@ -571,7 +571,7 @@ async handleEdit(row) { const loading = this.$baseLoading(1) const { data = {} } = await getView(row.objectId) - if (['amis_view', 'amis', 'topo'].includes(row.type)) { + if (['amis_view', 'amis', 'topo'].includes(row.type) == -1) { this.$router.push({ path: '/Topo?productid', query: { diff --git a/src/views/CloudPressure/index.vue b/src/views/CloudPressure/index.vue index 32a5fcbd49..579b587e2b 100644 --- a/src/views/CloudPressure/index.vue +++ b/src/views/CloudPressure/index.vue @@ -596,8 +596,8 @@ const params = { reportid: row.objectId, templateUrl: row.basedata.templateUrl, - grafanaHost: location.hostname, - parseHost: location.hostname, + // grafanaHost: location.hostname, + // parseHost: location.hostname, } const res = await axios.post('/grafana/generateReport', params, {