From efe51c2947c76ee863593c2ecfe3a2e65b3e742f Mon Sep 17 00:00:00 2001
From: Mr.Zhang <710666463@qq.com>
Date: 星期二, 24 十月 2023 09:11:02 +0800
Subject: [PATCH] 企业端
---
h5/apis/index.js | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/h5/apis/index.js b/h5/apis/index.js
index c98a957..6bdccf5 100644
--- a/h5/apis/index.js
+++ b/h5/apis/index.js
@@ -31,7 +31,7 @@
}
// 鐧诲綍
-export function loginH5(data) {
+export function loginH5(data){
return post('system/loginH5', data)
}
@@ -43,4 +43,9 @@
// 鍙栧綋鍓嶇櫥褰曠殑鐢ㄦ埛淇℃伅
export function getUserInfo() {
return get('system/getUserInfo')
+}
+
+// 閫�鍑虹櫥褰�
+export function logout(data){
+ return post('system/logout', data)
}
\ No newline at end of file
--
Gitblit v1.9.3