From 8b48c2084ec86a1a8ce542352275fb70f68a53c2 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 12 十二月 2024 11:34:37 +0800
Subject: [PATCH] 代码初始化

---
 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