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/api/exceptionApi.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/api/exceptionApi.js b/src/api/exceptionApi.js
index 4140a68..cf9b86d 100644
--- a/src/api/exceptionApi.js
+++ b/src/api/exceptionApi.js
@@ -92,7 +92,6 @@
    */
   queryExceptionType(){
     return $http.get('/dust/exceptiontype')
-  }
-  ,
+  },
 
 }

--
Gitblit v1.9.3