From b9a26af5b08d3d92a6c38fd90e023bc4706f19eb Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 29 Sep 2025 14:22:30 +0800
Subject: [PATCH] feat:一些基础文件格式化处理

---
 src/utils/request/interceptors.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/utils/request/interceptors.js b/src/utils/request/interceptors.js
index b66b5bc..5984c15 100644
--- a/src/utils/request/interceptors.js
+++ b/src/utils/request/interceptors.js
@@ -66,7 +66,7 @@
   })
 }
 
-function requestInterceptors(http) {
+function requestInterceptors (http) {
   /**
    * 请求拦截
    * @param {object} http
@@ -109,7 +109,7 @@
     ) => Promise.reject(config)
   )
 }
-function responseInterceptors(http) {
+function responseInterceptors (http) {
   /**
    * 响应拦截
    * @param {object} http

--
Gitblit v1.9.3