From dfce0fb8a38424408ef577984cc590c149b131b1 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期四, 24 八月 2023 16:50:30 +0800
Subject: [PATCH] 修改委托

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

diff --git a/src/api/home.js b/src/api/home.js
index 7c33bcc..4568c4a 100644
--- a/src/api/home.js
+++ b/src/api/home.js
@@ -34,4 +34,13 @@
       method: 'get',
       params
     })
+}
+
+//缁熻
+export function getTurno(params) {
+  return request({
+    url: '/home/turno',
+    method: 'get',
+    params
+  })
 }
\ No newline at end of file

--
Gitblit v1.9.3