From 7098acc9686e2caad41387660f8d944cdb019302 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Sat, 21 Oct 2023 14:31:12 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E7=99=BB=E5=BD=95=E4=B8=8D=E5=81=9A?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E9=87=8D=E5=A4=8D=E6=8F=90=E4=BA=A4=E9=AA=8C?= =?UTF-8?q?=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/api/login.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ruoyi-ui/src/api/login.js b/ruoyi-ui/src/api/login.js index 26742e79..9f333cb3 100644 --- a/ruoyi-ui/src/api/login.js +++ b/ruoyi-ui/src/api/login.js @@ -11,7 +11,8 @@ export function login(username, password, code, uuid) { return request({ url: '/login', headers: { - isToken: false + isToken: false, + repeatSubmit: false }, method: 'post', data: data From 3963e8653797772346b4c93515dd8d9af076f9a5 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Sat, 21 Oct 2023 14:34:05 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=8D=87=E7=BA=A7oshi=E5=88=B0=E6=9C=80?= =?UTF-8?q?=E6=96=B0=E7=89=88=E6=9C=AC6.4.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c971e463..6ab1c31b 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 2.3.3 1.4.6 2.0.39 - 6.4.4 + 6.4.6 2.13.0 3.2.2 4.1.2 From 7b4ba0146b887048d68b4b6a8d2e871490276791 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Sat, 21 Oct 2023 14:44:02 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=8D=87=E7=BA=A7fastjson=E5=88=B0?= =?UTF-8?q?=E6=9C=80=E6=96=B0=E7=89=882.0.41?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6ab1c31b..c2721925 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 3.0.0 2.3.3 1.4.6 - 2.0.39 + 2.0.41 6.4.6 2.13.0 3.2.2