From fce041202b8cd88a02305f30aab14e7b628be37a Mon Sep 17 00:00:00 2001 From: zhangyu Date: Mon, 11 Jul 2022 11:35:37 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=20=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=86=99=E6=AD=BB=E8=AE=BF=E9=97=AE=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/page/dashboard/explore/promqlInput.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/page/dashboard/explore/promqlInput.vue b/nezha-fronted/src/components/page/dashboard/explore/promqlInput.vue index 063361185..b9b5e4394 100644 --- a/nezha-fronted/src/components/page/dashboard/explore/promqlInput.vue +++ b/nezha-fronted/src/components/page/dashboard/explore/promqlInput.vue @@ -552,7 +552,7 @@ export default { { completeStrategy: query(newCompleteStrategy({ remote: { - url: 'http://192.168.40.42:8080/prom', + url: this.$axios.defaults.baseURL + '/prom', fetchFn: this.fetchFn } }))