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

---
 h5/pages/driver/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/h5/pages/driver/index.vue b/h5/pages/driver/index.vue
index 56e65be..ae867f4 100644
--- a/h5/pages/driver/index.vue
+++ b/h5/pages/driver/index.vue
@@ -133,7 +133,7 @@
 			})
 		},
 		loginOut() {
-			logoutPost()
+			logoutPost({isH5: 1})
 			this.$store.commit('empty')
 			window.location.href = app_url
 		},

--
Gitblit v1.9.3