From bc396cb187aa7633b6dd1a3ab63773cc8976a41c Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 13 十月 2023 17:24:22 +0800
Subject: [PATCH] Merge branch 'dev' of http://139.186.142.91:10010/r/productDev/preselect into dev
---
h5/apis/index.js | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/h5/apis/index.js b/h5/apis/index.js
index a0a8c4c..6bdccf5 100644
--- a/h5/apis/index.js
+++ b/h5/apis/index.js
@@ -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