From 8a54a83ff45c879700875e6a9b48ad1f8e5ab257 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Tue, 26 Sep 2023 09:17:15 +0800
Subject: [PATCH] 修改配置

---
 src/pages/page-web/projects/project_list/list_page/components/data.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pages/page-web/projects/project_list/list_page/components/data.ts b/src/pages/page-web/projects/project_list/list_page/components/data.ts
index e087f88..312a469 100644
--- a/src/pages/page-web/projects/project_list/list_page/components/data.ts
+++ b/src/pages/page-web/projects/project_list/list_page/components/data.ts
@@ -12,8 +12,8 @@
 export type projectCard={
     id:string
     projectStatus:number
-    projectName:string
-    projectIntro:string
+    workspace_name:string
+    workspace_desc:string
     createTime:string
     memberList: Array<Menber>
     [key:string]:any

--
Gitblit v1.9.3