From 7c46a3487ad140e31c8b65feebe48b5294059edd Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Fri, 14 Nov 2025 14:03:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=80=80=E5=87=BA=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E7=9A=84=E5=8F=96=E6=B6=88=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/App.vue b/App.vue index e614b74..fa4334f 100644 --- a/App.vue +++ b/App.vue @@ -61,6 +61,7 @@ if (ret.code == 0) { uni.showModal({ title: '提示', + showCancel: false, content: '您已退出登录!', success: function (res) { if (res.confirm) { @@ -83,6 +84,7 @@ if(!checkTokenCallBackFlag){ uni.showModal({ title: '提示', + showCancel: false, content: '您已退出登录', success: function (res) { if (res.confirm) {