From c139d1c4ecfc45bd1e2b95e23a29eec75d04db5e Mon Sep 17 00:00:00 2001
From: Gary Gu <garygu@Garydebijibendiannao.local>
Date: Wed, 28 May 2025 15:06:03 +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