From 5a72942254d0a4cae77c2980b014a5cf55a52cf9 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Fri, 24 Feb 2023 16:49:31 +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