From cc610ef597a4b600b4c48c80026f3a99be171f3b Mon Sep 17 00:00:00 2001 From: yuanhao <yuanhao_2024> Date: 星期一, 19 五月 2025 18:03:48 +0800 Subject: [PATCH] fix: scss跟背景图 --- 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