From 8bd6e0f1c84f2bc5bf2b9555d1c5fb388565db6c Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 11 十二月 2024 19:17:12 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit

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

diff --git a/h5/api/staff.js b/h5/api/staff.js
index f00cf4a..f42beec 100644
--- a/h5/api/staff.js
+++ b/h5/api/staff.js
@@ -61,7 +61,7 @@
 // loginout
 export const logoutPost = (data) => {
   return http({
-    url: '/logout',
+    url: '/logoutForH5',
     method: 'post',
     data
   })

--
Gitblit v1.9.3