From 31101f632c27c05d15f30ca3084e3ed3da2a29af Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期五, 08 十二月 2023 11:42:08 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes

---
 CanadaMes-ui/src/api/home.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/CanadaMes-ui/src/api/home.js b/CanadaMes-ui/src/api/home.js
index beef5bd..29d0964 100644
--- a/CanadaMes-ui/src/api/home.js
+++ b/CanadaMes-ui/src/api/home.js
@@ -222,4 +222,11 @@
     })
 }
 
+export function CompleteQueue(id,frameid) {
+    return request({
+        url: '/home/CompleteQueue?id=' + id+'&frameid='+frameid,
+        method: 'post',
+        data:""
+    })
+}
 

--
Gitblit v1.8.0