From 2406ac9a70e51e76c6ba95efb69f641c7b22e8ea Mon Sep 17 00:00:00 2001 From: luobisheng <727299681@qq.com> Date: 星期二, 08 十一月 2022 18:48:48 +0800 Subject: [PATCH] 队伍建设接口对接 --- src/utils/index.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/utils/index.js b/src/utils/index.js index 07de405..256fdb9 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -52,3 +52,5 @@ return d.getMonth() + 1 + '鏈�' + d.getDate() + '鏃�' + d.getHours() + '鏃�' + d.getMinutes() + '鍒�' } } + +export const SUCCESS_CODE = 200; -- Gitblit v1.8.0