From 2162dec5e0acc98f8e22fa9907cdc5f70eba6dcc Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期四, 23 十一月 2023 17:57:39 +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