From 43fca2cb16964496caafdbc34e969d2a7cde7cc0 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Thu, 30 Mar 2023 15:32:56 +0800
Subject: [PATCH] 用户接口
---
src/api/experiment/project/index.ts | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/api/experiment/project/index.ts b/src/api/experiment/project/index.ts
index b512600..594e863 100644
--- a/src/api/experiment/project/index.ts
+++ b/src/api/experiment/project/index.ts
@@ -50,5 +50,12 @@
});
},
+ getAllExperiment: () => {
+ return request({
+ url: import.meta.env.VITE_API_URL + '/experimentInfo/list',
+ method: 'get',
+ });
+ },
+
};
}
--
Gitblit v1.9.2