From 69b7012682b65295d0cd454c8b9077db1133985f Mon Sep 17 00:00:00 2001 From: Gary Gu <garygu@Garydebijibendiannao.local> Date: Fri, 11 Apr 2025 15:25:05 +0800 Subject: [PATCH] feat: 增加协同平台功能 --- 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