From f261ffec3369cf726efddb38621bca34756963b6 Mon Sep 17 00:00:00 2001
From: 黄何裕 <1053952480@qq.com>
Date: 星期五, 12 七月 2024 10:16:01 +0800
Subject: [PATCH] 会议跳转参数名称拼接ID

---
 src/api/modules/meet.js |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/api/modules/meet.js b/src/api/modules/meet.js
index 0db1540..fb923bc 100644
--- a/src/api/modules/meet.js
+++ b/src/api/modules/meet.js
@@ -3,4 +3,8 @@
 
 export const getMeetList = (getData = {meetName: '', status: ''}) => {
   return service.get('/api/student/meet/page', {params: getData});
-};
\ No newline at end of file
+};
+
+export const classMeet = (id) => {
+  return service.get('/api/student/meet/' + id);
+}
\ No newline at end of file

--
Gitblit v1.8.0