From 3680d8f2d54dcd3ac62fcf9730e3c5e82e1714c8 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期一, 29 九月 2025 17:07:43 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/wuhuyancao' into wuhuyancao
---
h5/utils/service.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/h5/utils/service.js b/h5/utils/service.js
index 55d60a4..4d7a31a 100644
--- a/h5/utils/service.js
+++ b/h5/utils/service.js
@@ -39,10 +39,10 @@
'title': '鏈嶅姟鍣ㄥ紓甯�',icon:'none'
})
}
- if (data.code === 5112) {
- uni.clearStorageSync()
- window.location.href = app_url
- }
+ // if (data.code === 5112) {
+ // uni.clearStorageSync()
+ // window.location.href = app_url
+ // }
return resolve(data)
}
resolve(data)
--
Gitblit v1.9.3