From 893ff90c6e21fa3a5241a8ae9b33836037cd5912 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Thu, 29 Aug 2024 15:19:17 +0800
Subject: [PATCH] 提交
---
common/request.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/request.js b/common/request.js
index c960dcc..42536d7 100644
--- a/common/request.js
+++ b/common/request.js
@@ -69,8 +69,8 @@
icon: "none",
title: '服务响应失败'
});
- uni.clearStorageSync();
- uni.clearStorage();
+ uni.clearStorageSync()
+ uni.clearStorage()
uni.navigateTo({
url: '/pages/index/index'
})
--
Gitblit v1.9.2