From 536b18a7c5d53d72d78ffab579ff24ac9146d5ab Mon Sep 17 00:00:00 2001
From: hyb <kk_huangyangbo@163.com>
Date: Tue, 20 Jan 2026 09:39:42 +0000
Subject: [PATCH] 接口自动化平台优化登录页面和首页; 项目看板增加多个统计数据和详细数据信息,看板布局和样式优化

---
 测试组/Test_platform/Interface_automation/frontend/src/restful/api.js |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git "a/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/frontend/src/restful/api.js" "b/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/frontend/src/restful/api.js"
index 5ccd8e1..8a91dad 100644
--- "a/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/frontend/src/restful/api.js"
+++ "b/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/frontend/src/restful/api.js"
@@ -141,6 +141,12 @@
         .then(res => res.data);
 };
 
+export const getGroupList = () => {
+    return axios
+        .get("/api/lunarlink/project/groups")
+        .then(res => res.data);
+};
+
 export const addYAPI = projectId => {
     return axios
         .post("/api/lunarlink/yapi/" + projectId)

--
Gitblit v1.9.1