From d73c61eb5a8dcc4e40732b97d92d36edcf6b3d61 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 11 十二月 2024 16:07:08 +0800
Subject: [PATCH] ll
---
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