From 3df13852542ab81e8b6bdd1a109bde42ae5355a7 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期四, 24 八月 2023 18:05:01 +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