From e4a8926b5315a51b10e883cfd4634cd90c568418 Mon Sep 17 00:00:00 2001
From: 346149741 <346149741@qq.com>
Date: 星期二, 03 九月 2024 14:01:53 +0800
Subject: [PATCH] 去掉字段

---
 common/http.interceptor.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/http.interceptor.js b/common/http.interceptor.js
index 6e49d92..70954ca 100644
--- a/common/http.interceptor.js
+++ b/common/http.interceptor.js
@@ -60,14 +60,14 @@
 				// vm.$u.vuex('userInfo', null)
 				// vm.$u.vuex('token', null)
 				// uni.removeStorageSync("sessionToken")
-				// uni.clearStorageSync() // 娓呮鎵�鏈夌殑缂撳瓨
+				uni.clearStorageSync() // 娓呮鎵�鏈夌殑缂撳瓨
 				uni.showToast({
 					title: '鎺堟潈杩囨湡,璇烽噸鏂扮櫥褰�',
 					icon: 'none',
 					mask: true
 				})
 				setTimeout(() => {
-					uni.navigateTo({
+					uni.reLaunch({
 						url: '/pages/index/index'
 					})
 				}, 900)

--
Gitblit v1.9.1