From 5244fdb5f7932f2cbce43f4bfaa9dc06c9dd4c95 Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期五, 01 十二月 2023 14:04:16 +0800 Subject: [PATCH] 修改FYLineChart.vue引用 --- src/sfc/InputSearch.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/sfc/InputSearch.vue b/src/sfc/InputSearch.vue index 2e339d2..d7d10d7 100644 --- a/src/sfc/InputSearch.vue +++ b/src/sfc/InputSearch.vue @@ -138,7 +138,7 @@ }) }else if(this.isNeedRealTimeAdvice == '0'){ - this.$http.get('/dust/sitename').then((response) => { + exceptionApi.getSitesNum().then((response) => { const sites = response.data.data sites.filter((item) => { this.siteNames.push(item['name']) -- Gitblit v1.9.3