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