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, {