From ab5ba1cb04581f55b82e6474452adeb239b9ba44 Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期三, 22 十一月 2023 16:27:08 +0800
Subject: [PATCH] 1.修改了请求网址的路径 2.修改了路由

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