From 6f130fad868d053948665d94bff7b5cb0e221fd7 Mon Sep 17 00:00:00 2001
From: Gary Gu <garygu@Garydebijibendiannao.local>
Date: Tue, 01 Jul 2025 09:34:47 +0800
Subject: [PATCH] fix: 人员管理标题优化

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

diff --git a/src/utils/http.js b/src/utils/http.js
index 997d954..ea4489c 100644
--- a/src/utils/http.js
+++ b/src/utils/http.js
@@ -49,7 +49,7 @@
         };
     }
     if (!responseData || responseData.code !== 0) {
-        Message.error({ message: responseData ? responseData.message : "服务异常", duration: 1000 * 3 });
+        // Message.error({ message: responseData ? responseData.message : "服务异常", duration: 1000 * 3 });
     }
     return responseData;
 }

--
Gitblit v1.9.3