From add1eeea7815d6601f63add140df09396c639a4d Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期四, 14 十二月 2023 15:25:21 +0800 Subject: [PATCH] 修改为正确的网络请求Ip --- 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