From f6ac139bf416f98c3a3d28f6b1d80e4598bd648f Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期日, 29 九月 2024 18:41:20 +0800
Subject: [PATCH] ll

---
 h5/store/index.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/h5/store/index.js b/h5/store/index.js
index 0da49e4..a0a9693 100644
--- a/h5/store/index.js
+++ b/h5/store/index.js
@@ -20,7 +20,7 @@
 
 	state: {
 		// openId: openId || '061kuG0006hxcS13TT200w9VIp4kuG09',
-		openId: openId || '',
+		openId: openId || '123123',
 		member: member || null,
 		statusbarHeight: statusbarHeight || '0',
 		navHeight: navHeight || '0',
@@ -82,7 +82,9 @@
 		empty(state) {
 			state.token = ''
 			state.userInfo = {}
+			state.driverInfo = {}
 			uni.removeStorageSync('userInfo')
+			uni.removeStorageSync('driverInfo')
 			uni.removeStorageSync('token')
 		}
 	},

--
Gitblit v1.9.3