diff --git a/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue b/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue index 6a7baac08..d0dabca20 100644 --- a/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue +++ b/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue @@ -7,7 +7,7 @@ -
+
@@ -4868,7 +4868,7 @@ export default { }) }, start () { - this.promqlKeys.forEach((item, index)=> { + this.promqlKeys.forEach((item, index) => { item.expression = this.expressions[index] }) }, diff --git a/nezha-fronted/static/config.json b/nezha-fronted/static/config.json index 2b4166482..3d45d84b8 100644 --- a/nezha-fronted/static/config.json +++ b/nezha-fronted/static/config.json @@ -1 +1 @@ -{"baseUrl":"http://192.168.44.36/", "version": "23.06"} +{"baseUrl":"http://192.168.44.22/", "version": "23.06"}