From 33ca0619ee10adc9f307480a5f58bb77bb142ffd Mon Sep 17 00:00:00 2001 From: jt <jt@activesoft.com.cn> Date: 星期一, 01 四月 2024 15:04:37 +0800 Subject: [PATCH] PDA长时间未退出导致SessionID过期,提示‘登录已过期,请重新登录’改进 --- pages/login/index.vue | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/pages/login/index.vue b/pages/login/index.vue index 1892cdf..c4f8ba6 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -308,12 +308,14 @@ console.log('褰撳墠宸叉槸鏈�柊鐗堟湰') } } else { - uni.showModal({ - title: "鎻愮ず", - content: '璇锋眰澶辫触锛�+ err, - showCancel: false, - confirmText: "鍙栨秷" - }); + // if(res.statusCode === 404){ + // uni.showModal({ + // title: "鎻愮ず", + // content: '璇锋眰澶辫触锛屾壘涓嶅埌鏇存柊鍖呯増鏈枃妗o細'+url, + // showCancel: false, + // confirmText: "鍙栨秷" + // }); + // } } }, fail(err) { -- Gitblit v1.9.1