From 908ce43ff21c2068ef5148b0a417423c8ed9eae5 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 12 三月 2025 16:37:32 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit

---
 h5/api/staff.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/h5/api/staff.js b/h5/api/staff.js
index b7c9605..56bb771 100644
--- a/h5/api/staff.js
+++ b/h5/api/staff.js
@@ -8,6 +8,13 @@
     data
   })
 }
+export const loginH5ByPhone = (data) => {
+  return http({
+    url: 'loginH5ByPhone',
+    method: 'post',
+    data
+  })
+}
 export const loginCaptcha = () => {
   return http({
     url: 'captcha',

--
Gitblit v1.9.3