From cd1e11338072a729bc84571217d9eb61008b6c59 Mon Sep 17 00:00:00 2001 From: xya0526 <468422680@qq.com> Date: Fri, 25 Jul 2025 16:34:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/index.js b/src/api/index.js index e6688ef..c35c50e 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -3,6 +3,7 @@ import { ElMessage } from 'element-plus' const apiUrl = import.meta.env.VITE_API_BASE_URL const httpMessages = { + 200: '请求成功', 201: '资源创建成功', 202: '请求已接受处理',