From 0825e9e96a6f2d4b71a51d32dae1302f2496c4d1 Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期四, 23 十一月 2023 16:58:27 +0800 Subject: [PATCH] 1.增加了风险模型的跳转逻辑 2.增加了风险模型的组件 --- src/api/exceptionApi.js | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/api/exceptionApi.js b/src/api/exceptionApi.js index 4140a68..18133e5 100644 --- a/src/api/exceptionApi.js +++ b/src/api/exceptionApi.js @@ -42,6 +42,10 @@ + + + + /** * * @param {*} siteName @@ -92,7 +96,6 @@ */ queryExceptionType(){ return $http.get('/dust/exceptiontype') - } - , + }, } -- Gitblit v1.9.3