From eacff2ef7312ff9ecfc098a508bac36329e96f14 Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期三, 10 九月 2025 09:46:52 +0800 Subject: [PATCH] 线边库-入库 --- common/service/service.js | 17 +---------------- 1 files changed, 1 insertions(+), 16 deletions(-) diff --git a/common/service/service.js b/common/service/service.js index a067093..f81d7b5 100644 --- a/common/service/service.js +++ b/common/service/service.js @@ -105,27 +105,12 @@ success: (res) => { if (res.confirm) { uni.reLaunch({ - url: '/pages/login/loginOauth2' + url: '/pages/login/login' }); } } }); break; - - // case 401: - // uni.showModal({ - // title: '鎻愮ず', - // content: '鐧诲綍瓒呮椂锛岄渶瑕侀噸鏂扮櫥褰�!', - // showCancel: false, - // success: (res) => { - // if (res.confirm) { - // uni.reLaunch({ - // url: '/pages/login/login' - // }) - // } - // } - // }); - // break default: tip.error({ duration: 0, -- Gitblit v1.9.3