From 0ea6ac4348196458aa5f2ded68aec2ec308d4432 Mon Sep 17 00:00:00 2001 From: husq <931347610@qq.com> Date: Wed, 30 Aug 2023 16:44:45 +0800 Subject: [PATCH] 修改文件名字、增加创建项目页面、项目列表筛选完善 --- src/api/http/type.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/api/http/type.ts b/src/api/http/type.ts index f7d7982..9fc4214 100644 --- a/src/api/http/type.ts +++ b/src/api/http/type.ts @@ -22,6 +22,7 @@ code: number; data: T; message: string; + success:boolean; } export type IStatus = 'WAITING' | 'DOING' | 'SUCCESS' | 'FAILED'; -- Gitblit v1.9.3